aboutsummaryrefslogtreecommitdiffstats
path: root/python/pytest.ini
blob: 0a5e9216dd3c559de45a56db955d69f48449bf26 (plain)
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