Introduction
Purpose:: Python testing framework for simple unit tests as well as complex functional testing.
Key Commands:
pytest: Run all testspytest -k <test_name>: Run a specific testpytest --cov: Run coverage report
Purpose:: Python testing framework for simple unit tests as well as complex functional testing.
Key Commands:
pytest: Run all testspytest -k <test_name>: Run a specific testpytest --cov: Run coverage report