From af12e4cccd3b9759900f4ab7ce478a8fdea1b7de Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Tue, 23 Oct 2018 15:19:36 +0200 Subject: [PATCH] Add pytest.ini with doctest setting --- 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 00000000..2bed0f3a --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = --doctest-modules \ No newline at end of file -- GitLab