Re-add a few online tests, to easily check when Facebook breaks stuff

This commit is contained in:
Mads Marquart
2020-05-06 13:08:57 +02:00
parent 5d763dfbce
commit 2545a01450
3 changed files with 129 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
[pytest]
xfail_strict = true
markers =
online: Online tests, that require a user account set up. Meant to be used \
manually, to check whether Facebook has broken something.
addopts =
--strict
-m "not online"
testpaths = tests
filterwarnings = error