summaryrefslogtreecommitdiff
path: root/test/test_templite.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-15 21:14:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-03-15 21:14:54 -0400
commit3beaad64c4fb71aa75d3f13ce71c31e9e7067e5a (patch)
tree87417915087e9f556d6982b0e7eb36ba071c887d /test/test_templite.py
parentc7ae0afc9f67410fd86e1e69f5baa2f50d5346bc (diff)
downloadpython-coveragepy-git-3beaad64c4fb71aa75d3f13ce71c31e9e7067e5a.tar.gz
Remove unittest main invocations.
Diffstat (limited to 'test/test_templite.py')
-rw-r--r--test/test_templite.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_templite.py b/test/test_templite.py
index 57385cba..93e9183d 100644
--- a/test/test_templite.py
+++ b/test/test_templite.py
@@ -202,7 +202,3 @@ class TempliteTest(unittest.TestCase):
self.assertRaises(SyntaxError, self.try_render,
"Huh: {% bogus %}!!{% endbogus %}??", {}, ""
)
-
-
-if __name__ == '__main__':
- unittest.main()