From d2efffd5fa48fd66084b7e7f4aaeb4c3c8ece58c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 17 Jun 2022 08:09:29 +0300 Subject: Add configs for pytest --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') 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 -- cgit v1.2.3