From 91061a7b4af2aaa7c7c97d0cd215a0dc28a42419 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Aug 2023 12:17:08 +0300 Subject: Fix tests --- pytest.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') 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 -- cgit v1.2.3