This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
dspace-statistics-api
Watch
1
Star
0
Fork
0
You've already forked dspace-statistics-api
mirror of
https://github.com/ilri/dspace-statistics-api.git
synced
2024-11-14 10:27:04 +01:00
Code
Releases
Activity
c4fe7e68dd
dspace-statistics-api
/
pytest.ini
5 lines
87 B
INI
Raw
Normal View
History
Unescape
Escape
Add initial pytest configuration From: https://github.com/kennethreitz/responder/blob/master/pytest.ini
2018-11-11 10:53:20 +01:00
[pytest]
pytest.ini: Change --strict to --strict-markers This is deprecated since pytest 6.2.0. See: https://docs.pytest.org/en/stable/deprecations.html#the-strict-command-line-option
2020-12-14 18:07:02 +01:00
addopts
=
-rsxX -s -v --strict-markers
Add initial pytest configuration From: https://github.com/kennethreitz/responder/blob/master/pytest.ini
2018-11-11 10:53:20 +01:00
filterwarnings
=
error::UserWarning
Copy Permalink