1[pytest]
2python_files =
3    test/test_*.py
4    test/adapters/*.py
5    test/extra/*.py
6    test/geocoders/*.py
7
8; Bodies of HTTP errors are logged with INFO level
9log_level = INFO
10
11; Show warnings. Similar to `python -Wd`.
12filterwarnings = d
13
14; Show skip reasons
15; Print shorter tracebacks
16addopts = -ra --tb=short
17