pytest
Naming Template All test files name should start with test_* All methods within test file should start with test_* Each method is considered as one test case. The name of the class should start with Test* Run test files Run all test files in the test directory in the verbose mode and also print the […]