PyTest - Basics and Setup
You want pytest to automatically discover and run tests in your project. Which combination of file and function names will ensure this?
- File:
example_test.py - Functions:
test_case1(),case2_test(),test_case3()
