1 2 3 4 5 6 7 8
[pytest] # allow imports from files in current directory python_paths = . # search for 'test_*' functions in all python files, not just under tests python_files = *.py