diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-06-28 14:04:27 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-06-28 14:04:27 +0200 |
commit | 77ac79f1b29e8b07c74852e3c5be83abf6424c7a (patch) | |
tree | e5653ce152d39c066423d3dec9992c4e225a243f /pytest.ini | |
download | fietsboek-77ac79f1b29e8b07c74852e3c5be83abf6424c7a.tar.gz fietsboek-77ac79f1b29e8b07c74852e3c5be83abf6424c7a.tar.bz2 fietsboek-77ac79f1b29e8b07c74852e3c5be83abf6424c7a.zip |
Initial commit
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..1fffd6f --- /dev/null +++ b/pytest.ini @@ -0,0 +1,6 @@ +[pytest] +addopts = --strict-markers + +testpaths = + fietsboek + tests |