From 65b6875846231ced805365d0b54187818a23ce9d Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Fri, 17 Oct 2014 16:41:29 +0100 Subject: [PATCH] Unittest - Remove execute bit from template.t and unnecessary comments --- test/template.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100755 => 100644 test/template.t diff --git a/test/template.t b/test/template.t old mode 100755 new mode 100644 index 4122cb2b4..1ff65fe25 --- a/test/template.t +++ b/test/template.t @@ -90,9 +90,7 @@ class ServerTestBugNumber(ServerTestCase): if __name__ == "__main__": - # NOTE Uncomment the next line to actually execute the tests - # In this template tests are not valid and are meant to serve as example from simpletap import TAPTestRunner - #unittest.main(testRunner=TAPTestRunner()) + unittest.main(testRunner=TAPTestRunner()) # vim: ai sts=4 et sw=4