2020-07-05 01:04:55 +02:00
|
|
|
; configuration file for pytest
|
|
|
|
; for options see https://docs.pytest.org/en/latest/reference.html#configuration-options
|
|
|
|
;
|
2020-07-07 09:07:54 +02:00
|
|
|
[pytest]
|
2020-07-05 01:04:55 +02:00
|
|
|
testpaths = tests
|
2020-07-23 19:22:45 +02:00
|
|
|
|
|
|
|
# from piecash.core.currency_ISO.py line 1964
|
|
|
|
filterwarnings =
|
|
|
|
ignore:This method will be removed in future versions:DeprecationWarning
|