remove nonvalid test

This commit is contained in:
Tim Bentley 2014-07-02 19:58:52 +01:00
parent 4ac921a2e7
commit f71c4cc7af
1 changed files with 0 additions and 10 deletions

View File

@ -65,16 +65,6 @@ class TestRenderer(TestCase):
"""
del self.screens
def initial_renderer_test(self):
"""
Test the initial renderer state
"""
# GIVEN: A new renderer instance.
renderer = Renderer()
# WHEN: the default renderer is built.
# THEN: The renderer should be a live controller.
self.assertEqual(renderer.is_live, True, 'The base renderer should be a live controller')
def default_screen_layout_test(self):
"""
Test the default layout calculations