def test_no_app(self): server = masakari.wsgi.Server("test_app", None) self.assertEqual("test_app", server.name)