summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-ext-autodoc/autodoc_dummy_module.py')
-rw-r--r--tests/roots/test-ext-autodoc/autodoc_dummy_module.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/roots/test-ext-autodoc/autodoc_dummy_module.py b/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
new file mode 100644
index 0000000..c05d96e
--- /dev/null
+++ b/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
@@ -0,0 +1,6 @@
+from dummy import *
+
+
+def test():
+ """Dummy function using dummy.*"""
+ dummy_function()