This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
fbchat/pytest.ini
Mads Marquart bdd7f69a66 Fix missing pytest 4.0 features
Not really sure how many versions of pytest we should support? But then
again, we might as well for now...
2019-09-10 21:22:28 +02:00

10 lines
172 B
INI

[pytest]
xfail_strict = true
markers =
online: Online tests, aka. disabled tests...
addopts =
--strict
-m "not online"
testpaths = tests
filterwarnings = error