Install & Download dependencies (mainly pytest and requests)
- Clone git project with https://github.com/bbrombacher/SWAPITest.git
- Open terminal, navigate to project root directory
- Type pip install -r requirements.txt
Run tests
- Open terminal, navigate to project tests folder.
- Run all Tests: pytest
- Run a specific test file: pytest test_swapi.py (or other test_name.py file)
- Run a specific test within a file: pytest test_swapi.py::TestSwapi::test_TESTNAME
- More run details can be found at https://docs.pytest.org/en/latest/