From 3f9587ba14caacc36c8395967ea7d826f8fe0e85 Mon Sep 17 00:00:00 2001 From: sadrasabouri Date: Tue, 5 Oct 2021 13:25:33 +0330 Subject: [PATCH] add : pytest.ini added. --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..f0662cc --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +# content of pytest.ini +[pytest] +addopts = --doctest-modules +doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL