From 64ee8981ee5913de25f685d0a9feadb95f3afc18 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 15 Mar 2018 16:38:06 +0300 Subject: [PATCH] pytest config --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..df3eb51 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = --doctest-modules