From 47c113bf8a612544dc882eab13285bf5368cdc31 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Sun, 13 Jul 2014 23:14:46 +0100 Subject: [PATCH] Unittest - Don't run template.t as a regular test --- test/template.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/template.t b/test/template.t index e462559ab..b050ef5d9 100755 --- a/test/template.t +++ b/test/template.t @@ -73,6 +73,6 @@ 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