summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_python3.py
diff options
context:
space:
mode:
authorDerek Gustafson <degustaf@gmail.com>2016-12-07 15:57:51 +0000
committerDerek Gustafson <degustaf@gmail.com>2016-12-07 15:57:51 +0000
commit3d14bcb35e7fd9b744be353cf6ca689b1ea038b3 (patch)
tree0f5d2670d413e8167f5cce2933e8a8e7f45fd8a5 /pylint/test/unittest_checker_python3.py
parent4faacf211922fbb5a02260dad36a0dbc9d6b6ca6 (diff)
downloadpylint-git-3d14bcb35e7fd9b744be353cf6ca689b1ea038b3.tar.gz
Remove pytest.main calls.
Diffstat (limited to 'pylint/test/unittest_checker_python3.py')
-rw-r--r--pylint/test/unittest_checker_python3.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylint/test/unittest_checker_python3.py b/pylint/test/unittest_checker_python3.py
index 1834c6394..95eeb7d6a 100644
--- a/pylint/test/unittest_checker_python3.py
+++ b/pylint/test/unittest_checker_python3.py
@@ -742,7 +742,3 @@ class TestPython3TokenChecker(testutils.CheckerTestCase):
tokens = testutils.tokenize_str(non_octal)
with self.assertNoMessages():
self.checker.process_tokens(tokens)
-
-
-if __name__ == '__main__':
- pytest.main(sys.argv)