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 d06ff7078a Mark existing tests as online
- Remove `offline` and `expensive` markers
2019-09-10 10:59:01 +02:00

10 lines
180 B
INI

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