diff options
| author | Ashley Whetter <AWhetter@users.noreply.github.com> | 2019-10-15 01:49:26 -0700 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-10-15 10:49:26 +0200 |
| commit | 2f288598de485c6af25788fc917139b48c31c474 (patch) | |
| tree | 3b52b2994c90018a2db2854adca0928c4bfe1162 /tests/testdata/python3/data/path_pkgutil_3 | |
| parent | 73babe3d536ffc4da94e59c705eb6a8c3e5822ef (diff) | |
| download | astroid-git-2f288598de485c6af25788fc917139b48c31c474.tar.gz | |
Moved tests out of package directory (#704)
Diffstat (limited to 'tests/testdata/python3/data/path_pkgutil_3')
| -rw-r--r-- | tests/testdata/python3/data/path_pkgutil_3/package/__init__.py | 2 | ||||
| -rw-r--r-- | tests/testdata/python3/data/path_pkgutil_3/package/baz.py | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/python3/data/path_pkgutil_3/package/__init__.py b/tests/testdata/python3/data/path_pkgutil_3/package/__init__.py new file mode 100644 index 00000000..0bfb5a62 --- /dev/null +++ b/tests/testdata/python3/data/path_pkgutil_3/package/__init__.py @@ -0,0 +1,2 @@ +from pkgutil import extend_path +__path__ = extend_path(__path__, __name__)
\ No newline at end of file diff --git a/tests/testdata/python3/data/path_pkgutil_3/package/baz.py b/tests/testdata/python3/data/path_pkgutil_3/package/baz.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/testdata/python3/data/path_pkgutil_3/package/baz.py |
