diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2015-10-26 20:03:58 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2015-10-26 20:03:58 +0100 |
| commit | f7e07b7b61be4befd5eaafce93aeb0238c884315 (patch) | |
| tree | d2e43fddb59e18ead4d4672ccddeca11d77b76fa /tests/test_functions.py | |
| parent | c6f210e65a9b9e91683e62134eb654d8c00a92d8 (diff) | |
| download | sqlparse-f7e07b7b61be4befd5eaafce93aeb0238c884315.tar.gz | |
Code cleanup in tests.
Diffstat (limited to 'tests/test_functions.py')
| -rw-r--r-- | tests/test_functions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_functions.py b/tests/test_functions.py index 52e2ce7..425ab7f 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -160,5 +160,4 @@ class Test_IsType(Test_SQL): if __name__ == "__main__": - #import sys;sys.argv = ['', 'Test.testName'] main() |
