aboutsummaryrefslogtreecommitdiff
path: root/gitosis/test/test_gitweb.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitosis/test/test_gitweb.py')
-rw-r--r--gitosis/test/test_gitweb.py11
1 files changed, 1 insertions, 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(