From b6b88cc646f7282b90d075762e1ffc484f0f8897 Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Thu, 20 Sep 2018 14:37:32 +0200 Subject: [PATCH] Run doctests py pytest --- 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