1 2 3 4 5 6 7
[pytest] #addopts = -rA # Don't set 'python_classes = *' otherwise, pytest doesn't search for classes # derived from unittest.Testcase python_files = * python_functions = test_*