''' tests for the common layout and simple (static)''' from . import testapp def test_page_welcome_unauthenticated(testapp): ''' test the welcome page for a unauthenticated user ''' testapp.reset() response = testapp.get('/') # basic content test assert 'Ordr | Welcome' in response assert '' in response # test that no sections are highlightet assert '