Add pyproject.toml and pytest.ini

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-03-28 11:59:32 +03:00
parent 356db553b7
commit 9523350dc5
2 changed files with 73 additions and 0 deletions

10
pytest.ini Normal file
View File

@@ -0,0 +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