summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-doctest-with-autodoc/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-ext-doctest-with-autodoc/foo.py')
-rw-r--r--tests/roots/test-ext-doctest-with-autodoc/foo.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/roots/test-ext-doctest-with-autodoc/foo.py b/tests/roots/test-ext-doctest-with-autodoc/foo.py
new file mode 100644
index 0000000..9f62a19
--- /dev/null
+++ b/tests/roots/test-ext-doctest-with-autodoc/foo.py
@@ -0,0 +1,5 @@
+"""
+
+>>> 'foo.py:3'
+
+"""