diff options
Diffstat (limited to 'test/command_callback/python_paths')
60 files changed, 0 insertions, 10 deletions
diff --git a/test/command_callback/python_paths/namespace_package_manifest/MANIFEST.in b/test/command_callback/python_paths/namespace_package_manifest/MANIFEST.in deleted file mode 100644 index 4617b0eb..00000000 --- a/test/command_callback/python_paths/namespace_package_manifest/MANIFEST.in +++ /dev/null @@ -1,3 +0,0 @@ -include README.md -include *.ini *.cfg *.txt -include requirements/*.txt diff --git a/test/command_callback/python_paths/namespace_package_manifest/namespace/foo/__init__.py b/test/command_callback/python_paths/namespace_package_manifest/namespace/foo/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_manifest/namespace/foo/__init__.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_manifest/namespace/foo/bar.py b/test/command_callback/python_paths/namespace_package_manifest/namespace/foo/bar.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_manifest/namespace/foo/bar.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_pytest/namespace/foo/__init__.py b/test/command_callback/python_paths/namespace_package_pytest/namespace/foo/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_pytest/namespace/foo/__init__.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_pytest/namespace/foo/bar.py b/test/command_callback/python_paths/namespace_package_pytest/namespace/foo/bar.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_pytest/namespace/foo/bar.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_pytest/pytest.ini b/test/command_callback/python_paths/namespace_package_pytest/pytest.ini deleted file mode 100644 index 1433c6c6..00000000 --- a/test/command_callback/python_paths/namespace_package_pytest/pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -DJANGO_SETTINGS_MODULE=foo.settings diff --git a/test/command_callback/python_paths/namespace_package_setup/namespace/foo/__init__.py b/test/command_callback/python_paths/namespace_package_setup/namespace/foo/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_setup/namespace/foo/__init__.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_setup/namespace/foo/bar.py b/test/command_callback/python_paths/namespace_package_setup/namespace/foo/bar.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_setup/namespace/foo/bar.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_setup/setup.cfg b/test/command_callback/python_paths/namespace_package_setup/setup.cfg deleted file mode 100644 index 791f075d..00000000 --- a/test/command_callback/python_paths/namespace_package_setup/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[flake8] -max-line-length = 119 diff --git a/test/command_callback/python_paths/namespace_package_tox/namespace/foo/__init__.py b/test/command_callback/python_paths/namespace_package_tox/namespace/foo/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_tox/namespace/foo/__init__.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_tox/namespace/foo/bar.py b/test/command_callback/python_paths/namespace_package_tox/namespace/foo/bar.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/namespace_package_tox/namespace/foo/bar.py +++ /dev/null diff --git a/test/command_callback/python_paths/namespace_package_tox/tox.ini b/test/command_callback/python_paths/namespace_package_tox/tox.ini deleted file mode 100644 index edd8788c..00000000 --- a/test/command_callback/python_paths/namespace_package_tox/tox.ini +++ /dev/null @@ -1,3 +0,0 @@ -[tox] -envlist = - py352 diff --git a/test/command_callback/python_paths/no_virtualenv/subdir/foo/COMMIT_EDITMSG b/test/command_callback/python_paths/no_virtualenv/subdir/foo/COMMIT_EDITMSG deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/no_virtualenv/subdir/foo/COMMIT_EDITMSG +++ /dev/null diff --git a/test/command_callback/python_paths/no_virtualenv/subdir/foo/__init__.py b/test/command_callback/python_paths/no_virtualenv/subdir/foo/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/no_virtualenv/subdir/foo/__init__.py +++ /dev/null diff --git a/test/command_callback/python_paths/no_virtualenv/subdir/foo/bar.py b/test/command_callback/python_paths/no_virtualenv/subdir/foo/bar.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/no_virtualenv/subdir/foo/bar.py +++ /dev/null diff --git a/test/command_callback/python_paths/with_bandit/.bandit b/test/command_callback/python_paths/with_bandit/.bandit deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_bandit/.bandit +++ /dev/null diff --git a/test/command_callback/python_paths/with_bandit/namespace/foo/__init__.py b/test/command_callback/python_paths/with_bandit/namespace/foo/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_bandit/namespace/foo/__init__.py +++ /dev/null diff --git a/test/command_callback/python_paths/with_bandit/namespace/foo/bar.py b/test/command_callback/python_paths/with_bandit/namespace/foo/bar.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_bandit/namespace/foo/bar.py +++ /dev/null diff --git a/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/mypy.ini b/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/mypy.ini deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/mypy.ini +++ /dev/null diff --git a/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/tests/pytest.ini b/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/tests/pytest.ini deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/tests/pytest.ini +++ /dev/null diff --git a/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/tests/testsubfolder/my_tests.py b/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/tests/testsubfolder/my_tests.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_mypy_ini_and_pytest_ini/tests/testsubfolder/my_tests.py +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/dir_with_yapf_config/.style.yapf b/test/command_callback/python_paths/with_virtualenv/dir_with_yapf_config/.style.yapf deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/dir_with_yapf_config/.style.yapf +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/activate b/test/command_callback/python_paths/with_virtualenv/env/Scripts/activate deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/activate +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/autoimport.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/autoimport.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/autoimport.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/black.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/black.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/black.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyre.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyre.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyre.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/yamlfix.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/yamlfix.exe deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/yamlfix.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/activate b/test/command_callback/python_paths/with_virtualenv/env/bin/activate deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/activate +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/autoimport b/test/command_callback/python_paths/with_virtualenv/env/bin/autoimport deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/autoimport +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 b/test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/black b/test/command_callback/python_paths/with_virtualenv/env/bin/black deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/black +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/flake8 b/test/command_callback/python_paths/with_virtualenv/env/bin/flake8 deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/flake8 +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/gitlint b/test/command_callback/python_paths/with_virtualenv/env/bin/gitlint deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/gitlint +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/isort b/test/command_callback/python_paths/with_virtualenv/env/bin/isort deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/isort +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/mypy b/test/command_callback/python_paths/with_virtualenv/env/bin/mypy deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/mypy +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes b/test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pylama b/test/command_callback/python_paths/with_virtualenv/env/bin/pylama deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/pylama +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pylint b/test/command_callback/python_paths/with_virtualenv/env/bin/pylint deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/pylint +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pyls b/test/command_callback/python_paths/with_virtualenv/env/bin/pyls deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/pyls +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pyre b/test/command_callback/python_paths/with_virtualenv/env/bin/pyre deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/pyre +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/reorder-python-imports b/test/command_callback/python_paths/with_virtualenv/env/bin/reorder-python-imports deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/reorder-python-imports +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/vulture b/test/command_callback/python_paths/with_virtualenv/env/bin/vulture deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/vulture +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/yamlfix b/test/command_callback/python_paths/with_virtualenv/env/bin/yamlfix deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/yamlfix +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/yapf b/test/command_callback/python_paths/with_virtualenv/env/bin/yapf deleted file mode 100755 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/env/bin/yapf +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG b/test/command_callback/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/subdir/foo/__init__.py b/test/command_callback/python_paths/with_virtualenv/subdir/foo/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/subdir/foo/__init__.py +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.py b/test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.py deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.py +++ /dev/null diff --git a/test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.pyi b/test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.pyi deleted file mode 100644 index e69de29b..00000000 --- a/test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.pyi +++ /dev/null |