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
2019-09-10 10:59:01 +02:00

11 lines
290 B
INI

[pytest]
xfail_strict = true
markers =
offline: Offline tests, aka. tests that can be executed without the need of a client
expensive: Expensive tests, which should be executed sparingly
addopts =
--strict-markers
-m "not expensive"
testpaths = tests
filterwarnings = error