diff options
author | Derek Gustafson <degustaf@gmail.com> | 2016-12-07 15:57:51 +0000 |
---|---|---|
committer | Derek Gustafson <degustaf@gmail.com> | 2016-12-07 15:57:51 +0000 |
commit | 3d14bcb35e7fd9b744be353cf6ca689b1ea038b3 (patch) | |
tree | 0f5d2670d413e8167f5cce2933e8a8e7f45fd8a5 /pylint/test/unittest_checker_python3.py | |
parent | 4faacf211922fbb5a02260dad36a0dbc9d6b6ca6 (diff) | |
download | pylint-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.py | 4 |
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) |