diff options
Diffstat (limited to 'tests/roots/test-ext-autodoc/bug2437')
-rw-r--r-- | tests/roots/test-ext-autodoc/bug2437/__init__.py | 0 | ||||
-rw-r--r-- | tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/roots/test-ext-autodoc/bug2437/__init__.py b/tests/roots/test-ext-autodoc/bug2437/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/roots/test-ext-autodoc/bug2437/__init__.py diff --git a/tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py b/tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py new file mode 100644 index 0000000..b578a22 --- /dev/null +++ b/tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py @@ -0,0 +1,3 @@ +class Foo(object): + """Dummy class Foo.""" + pass |