diff options
Diffstat (limited to 'tests/roots/test-ext-doctest-with-autodoc/dir/bar.py')
-rw-r--r-- | tests/roots/test-ext-doctest-with-autodoc/dir/bar.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/roots/test-ext-doctest-with-autodoc/dir/bar.py b/tests/roots/test-ext-doctest-with-autodoc/dir/bar.py new file mode 100644 index 0000000..122fdf7 --- /dev/null +++ b/tests/roots/test-ext-doctest-with-autodoc/dir/bar.py @@ -0,0 +1,4 @@ +""" +>>> 'dir/bar.py:2' + +""" |