blob: 98e77c63c21040d10b2ca678333708467a1898f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[pytest]
ignore = setup.py
# allow imports from files in current directory
python_paths = fatcat_openapi_client, tests
# search for 'test_*' functions in all python files, not just under tests
python_files = *.py
|