summaryrefslogtreecommitdiff
path: root/tests/test_functions.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-10-26 20:03:58 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-10-26 20:03:58 +0100
commitf7e07b7b61be4befd5eaafce93aeb0238c884315 (patch)
treed2e43fddb59e18ead4d4672ccddeca11d77b76fa /tests/test_functions.py
parentc6f210e65a9b9e91683e62134eb654d8c00a92d8 (diff)
downloadsqlparse-f7e07b7b61be4befd5eaafce93aeb0238c884315.tar.gz
Code cleanup in tests.
Diffstat (limited to 'tests/test_functions.py')
-rw-r--r--tests/test_functions.py1
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()