Mark existing tests as online
- Remove `offline` and `expensive` markers
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
[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
|
||||
online: Online tests, aka. disabled tests...
|
||||
addopts =
|
||||
--strict-markers
|
||||
-m "not expensive"
|
||||
-m "not online"
|
||||
testpaths = tests
|
||||
filterwarnings = error
|
||||
|
Reference in New Issue
Block a user