diff options
author | Frederick Muriuki Muriithi | 2023-08-07 12:17:08 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-07 12:29:09 +0300 |
commit | 91061a7b4af2aaa7c7c97d0cd215a0dc28a42419 (patch) | |
tree | 59ae52f8ebebb86ec3917ad387d9b7d136480dcc /pytest.ini | |
parent | af9ab012a3763e3046d8c42a8af8fd5c06e3df04 (diff) | |
download | gn-auth-91061a7b4af2aaa7c7c97d0cd215a0dc28a42419.tar.gz |
Fix tests
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..3fc29c6 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,8 @@ +[pytest] +addopts = --strict-markers +markers = + slow + unit_test + integration_test + performance_test + under_dev
\ No newline at end of file |