From b563c50da2c596850cf48e1f16dfeebf0c3da162 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Tue, 5 Jun 2007 13:42:59 +0300 Subject: [PATCH] Clean up gitosis.gitweb unit tests. --- gitosis/test/test_gitweb.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gitosis/test/test_gitweb.py b/gitosis/test/test_gitweb.py index 4308371..0840879 100644 --- a/gitosis/test/test_gitweb.py +++ b/gitosis/test/test_gitweb.py @@ -5,16 +5,7 @@ from cStringIO import StringIO from gitosis import gitweb -def test_empty(): - cfg = RawConfigParser() - got = StringIO() - gitweb.generate( - config=cfg, - fp=got) - eq(got.getvalue(), '''\ -''') - -def test_trickyFilenames(): +def test_projectsList_empty(): cfg = RawConfigParser() got = StringIO() gitweb.generate(