test docs

This commit is contained in:
meejah 2019-08-08 12:49:19 -06:00
parent 093863b1cd
commit 9952002a49

View File

@ -126,6 +126,14 @@ class FakeClient(object):
class RenderRoot(unittest.TestCase):
"""
Test rendering of the root template.
These tests are fairly fragile because they have 'actual HTML'
burned into them -- they are here to prove that porting away from
Nevow hasn't changed the rendering drastically (perhaps they
should just be deleted or simlified after that).
"""
def setUp(self):
self.root = FakeRoot()