summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_()