9 lines
291 B
INI
9 lines
291 B
INI
; configuration file for pytest
|
|
; for options see https://docs.pytest.org/en/latest/reference.html#configuration-options
|
|
;
|
|
[pytest]
|
|
testpaths = tests
|
|
|
|
# from piecash.core.currency_ISO.py line 1964
|
|
filterwarnings =
|
|
ignore:This method will be removed in future versions:DeprecationWarning
|