5 lines
191 B
INI
5 lines
191 B
INI
[pytest]
|
|
testpaths = . # Run tests in the current directory
|
|
python_files = test_*.py # Run tests in files that start with "test_"
|
|
norecursedirs = .. # Don't run tests in the parent directory
|