From 2e1c9b0fa574aa2e617734470d5dbec61abee928 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 6 May 2017 19:11:43 +0100 Subject: #208 Automatically detect pylint in virtualenv directories --- test/command_callback/python_paths/no_virtualenv/subdir/foo/__init__.py | 0 test/command_callback/python_paths/no_virtualenv/subdir/foo/bar.py | 0 test/command_callback/python_paths/with_virtualenv/env/bin/activate | 0 test/command_callback/python_paths/with_virtualenv/env/bin/pylint | 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 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/command_callback/python_paths/no_virtualenv/subdir/foo/__init__.py create mode 100644 test/command_callback/python_paths/no_virtualenv/subdir/foo/bar.py create mode 100644 test/command_callback/python_paths/with_virtualenv/env/bin/activate create mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/pylint create mode 100644 test/command_callback/python_paths/with_virtualenv/subdir/foo/__init__.py create mode 100644 test/command_callback/python_paths/with_virtualenv/subdir/foo/bar.py (limited to 'test/command_callback/python_paths') 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 new file mode 100644 index 00000000..e69de29b 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 new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/activate b/test/command_callback/python_paths/with_virtualenv/env/bin/activate new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pylint b/test/command_callback/python_paths/with_virtualenv/env/bin/pylint new file mode 100755 index 00000000..e69de29b 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 new file mode 100644 index 00000000..e69de29b 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 new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3