From 92a3d045f31cd690c1fd959fd2e81a4bb18f05a5 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Thu, 15 Sep 2016 00:26:04 +0000 Subject: Minor changes to unitTests.py git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@439 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b --- src/unitTests.py | 5 +---- 1 file changed, 1 insertion(+), 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_() -- cgit v1.2.1