* Make TravisCI setup * Use pytest, move tests to seperate files * Added system to check if `onX` events were successfully executed
7 lines
222 B
INI
7 lines
222 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 = -m "not expensive"
|