diff options
author | Frederick Muriuki Muriithi | 2022-06-17 08:09:29 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-06-17 08:09:29 +0300 |
commit | d2efffd5fa48fd66084b7e7f4aaeb4c3c8ece58c (patch) | |
tree | 049811ac6ea582eb04e28ee36567c05c11679787 /pytest.ini | |
parent | 6cd32daccf78b40560b96d5c93a1077831b5daf9 (diff) | |
download | gn-uploader-d2efffd5fa48fd66084b7e7f4aaeb4c3c8ece58c.tar.gz |
Add configs for pytest
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..9fd309c --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +addopts = --strict-markers +markers = + slow
\ No newline at end of file |