From 61f68ca6fffb817828dd231de459c5779607c062 Mon Sep 17 00:00:00 2001 From: Anton Kasimov Date: Thu, 29 Apr 2021 23:41:53 +0300 Subject: [PATCH] Adding pytest config --- pytest.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..aca4b74 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +testpaths = tests +python_files = test*.py +addopts = -rsxX -l --tb=short --strict-markers +xfail_strict = true