diff options
Diffstat (limited to 'tests/testdata/python3/data')
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/python3/data/parent_of_homonym/__init__.py b/tests/testdata/python3/data/parent_of_homonym/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/testdata/python3/data/parent_of_homonym/__init__.py diff --git a/tests/testdata/python3/data/parent_of_homonym/doc/README.md b/tests/testdata/python3/data/parent_of_homonym/doc/README.md new file mode 100644 index 00000000..d24e8943 --- /dev/null +++ b/tests/testdata/python3/data/parent_of_homonym/doc/README.md @@ -0,0 +1,2 @@ +This submodule should have the same name as a directory in the root of the project that +is _NOT_ a python module. For this reason, it's currently called "doc". diff --git a/tests/testdata/python3/data/parent_of_homonym/doc/__init__.py b/tests/testdata/python3/data/parent_of_homonym/doc/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/testdata/python3/data/parent_of_homonym/doc/__init__.py |
