summaryrefslogtreecommitdiff
path: root/tests/regrtest_data
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-01-28 18:08:28 +0100
committerGitHub <noreply@github.com>2023-01-28 18:08:28 +0100
commitacb28d8fcefb06179d9e6528ba14dd099e12ecfa (patch)
tree1f8f68dd9a3f00c375ec743010980452e821cbd8 /tests/regrtest_data
parent2cfc8f5d38a2e0ea46be7b3908729cca8c8fb8c4 (diff)
downloadpylint-git-acb28d8fcefb06179d9e6528ba14dd099e12ecfa.tar.gz
Add `--allow-reexport-from-package` option (#8124)
Diffstat (limited to 'tests/regrtest_data')
-rw-r--r--tests/regrtest_data/allow_reexport/__init__.py1
-rw-r--r--tests/regrtest_data/allow_reexport/file.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/regrtest_data/allow_reexport/__init__.py b/tests/regrtest_data/allow_reexport/__init__.py
new file mode 100644
index 000000000..0ee6e5127
--- /dev/null
+++ b/tests/regrtest_data/allow_reexport/__init__.py
@@ -0,0 +1 @@
+import os as os
diff --git a/tests/regrtest_data/allow_reexport/file.py b/tests/regrtest_data/allow_reexport/file.py
new file mode 100644
index 000000000..a1adccd46
--- /dev/null
+++ b/tests/regrtest_data/allow_reexport/file.py
@@ -0,0 +1,2 @@
+# pylint: disable=unused-import
+import os as os