From ca9683d912736360c1cfd392e08fba0b16a7fe68 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 4 Jul 2014 11:00:44 -0400 Subject: [PATCH] Unit Tests - After renaming 'template.py' to 'template.t', the failing and skipped tests within as examples are now affecting the totals because all *.t files are run. Commented out tests. --- test/template.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/template.t b/test/template.t index 5b64ab7e9..5f2d0392f 100755 --- a/test/template.t +++ b/test/template.t @@ -34,9 +34,9 @@ class TestCase(unittest.TestCase): def testFailOther(self): """Nothing to do with Copyright""" - self.assertEqual("I like to code", "I like\nto code\n") +# self.assertEqual("I like to code", "I like\nto code\n") - @unittest.skipIf(1 != 0, "This machine has sane logic") +# @unittest.skipIf(1 != 0, "This machine has sane logic") def testSkipped(self): """Test all logic of the world"""