summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-09-05 13:33:40 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-09-05 13:33:40 +0200
commit26a9c1f18ad2ef63fb3f2676c5ad8f6a565054e8 (patch)
treea2e0e4bff9b13051a6bf12e7bf43c311b46e962d /pytest.ini
parentcc5f218a5082bd8a52f80d1bedad7bd4f78bca5e (diff)
downloadpython-systemd-26a9c1f18ad2ef63fb3f2676c5ad8f6a565054e8.tar.gz
tests: also collect doctests from rst
There isn't much to test now, but it doesn't hurt to enable.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index df3eb51..5ca50a5 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,2 @@
[pytest]
-addopts = --doctest-modules
+addopts = --doctest-modules --doctest-glob=*.rst