aboutsummaryrefslogtreecommitdiffstats
path: root/python/pytest.ini
blob: afdebabccce7b634ab11f70db5fb18204009a40a (plain)
1
2
3
4
5
6
7
8
9
10

[pytest]

ignore = setup.py

# allow imports from files in current directory
python_paths = .

# search for 'test_*' functions in all python files, not just under tests
python_files = *.py