2367 Forks
10383 Stars
10383 Watchers

pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

How to download and setup pytest

Open terminal and run command
git clone https://github.com/pytest-dev/pytest.git
git clone is used to create a copy or clone of pytest repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pytest https://github.com/pytest-dev/pytest/archive/master.zip

Or simply clone pytest with SSH
[email protected]:pytest-dev/pytest.git

If you have some problems with pytest

You may open issue on pytest support forum (system) here: https://github.com/pytest-dev/pytest/issues