From b1d833417bcb57e265e0d01df07b28f463529d4b Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 20 Mar 2021 22:11:22 +0000 Subject: #3633 - Put all dummy test files in test/test-files --- .../python_paths/with_virtualenv/dir_with_yapf_config/.style.yapf | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/activate | 0 .../python_paths/with_virtualenv/env/Scripts/autoimport.exe | 0 .../python_paths/with_virtualenv/env/Scripts/autopep8.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/black.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe | 0 .../command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe | 0 .../python_paths/with_virtualenv/env/Scripts/pyflakes.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/pyre.exe | 0 .../python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe | 0 .../command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe | 0 .../command_callback/python_paths/with_virtualenv/env/Scripts/yamlfix.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe | 0 test/command_callback/python_paths/with_virtualenv/env/bin/activate | 0 test/command_callback/python_paths/with_virtualenv/env/bin/autoimport | 0 test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 | 0 test/command_callback/python_paths/with_virtualenv/env/bin/black | 0 test/command_callback/python_paths/with_virtualenv/env/bin/flake8 | 0 test/command_callback/python_paths/with_virtualenv/env/bin/gitlint | 0 test/command_callback/python_paths/with_virtualenv/env/bin/isort | 0 test/command_callback/python_paths/with_virtualenv/env/bin/mypy | 0 test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes | 0 test/command_callback/python_paths/with_virtualenv/env/bin/pylama | 0 test/command_callback/python_paths/with_virtualenv/env/bin/pylint | 0 test/command_callback/python_paths/with_virtualenv/env/bin/pyls | 0 test/command_callback/python_paths/with_virtualenv/env/bin/pyre | 0 .../python_paths/with_virtualenv/env/bin/reorder-python-imports | 0 test/command_callback/python_paths/with_virtualenv/env/bin/vulture | 0 test/command_callback/python_paths/with_virtualenv/env/bin/yamlfix | 0 test/command_callback/python_paths/with_virtualenv/env/bin/yapf | 0 .../python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG | 0 test/command_callback/python_paths/with_virtualenv/subdir/foo/__init__.py | 0 test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.py | 0 test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.pyi | 0 39 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 test/command_callback/python_paths/with_virtualenv/dir_with_yapf_config/.style.yapf delete mode 100644 test/command_callback/python_paths/with_virtualenv/env/Scripts/activate delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/autoimport.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/black.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pyre.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe delete mode 100644 test/command_callback/python_paths/with_virtualenv/env/Scripts/yamlfix.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe delete mode 100644 test/command_callback/python_paths/with_virtualenv/env/bin/activate delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/autoimport delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/black delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/flake8 delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/gitlint delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/isort delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/mypy delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/pylama delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/pylint delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/pyls delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/pyre delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/reorder-python-imports delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/vulture delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/yamlfix delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/yapf delete mode 100644 test/command_callback/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG delete mode 100644 test/command_callback/python_paths/with_virtualenv/subdir/foo/__init__.py delete mode 100644 test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.py delete mode 100644 test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.pyi (limited to 'test/command_callback/python_paths/with_virtualenv') 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -- cgit v1.2.3