You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
293 B
7 lines
293 B
[pytest]
|
|
addopts = --xdoctest --xdoctest-style=auto
|
|
norecursedirs = .git ignore build __pycache__ data docker docs .eggs
|
|
|
|
filterwarnings= default
|
|
ignore:.*No cfgstr given in Cacher constructor or call.*:Warning
|
|
ignore:.*Define the __nice__ method for.*:Warning
|
|
|