summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2016-09-15 00:26:04 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2016-09-15 00:26:04 +0000
commit1f616d55576318d0a5817da9722d6e9b04d4f315 (patch)
tree8a46348a451cd77bb41459da5ad0540cfb9f06a5
parent98469083841114a3ca5cac259a35503909a4d765 (diff)
downloadpyparsing-git-1f616d55576318d0a5817da9722d6e9b04d4f315.tar.gz
Minor changes to unitTests.py
-rw-r--r--src/unitTests.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/unitTests.py b/src/unitTests.py
index cf2900d..17316f9 100644
--- a/src/unitTests.py
+++ b/src/unitTests.py
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8 -*-
#
# unitTests.py
#
@@ -6,7 +7,6 @@
# Copyright 2002-2016, Paul McGuire
#
#
-# -*- coding: UTF-8 -*-
from unittest import TestCase, TestSuite, TextTestRunner
import unittest
import datetime
@@ -92,9 +92,6 @@ class ParseTestCase(TestCase):
print_(">>>> Starting test",str(self))
self.runTest()
- except SyntaxWarning as sw:
- print_(sw)
-
finally:
print_("<<<< End of test",str(self))
print_()