def test_host(self): server = VIRLServer() server.host = 'notreal' self.assertEqual(server.host, 'notreal')
def test_host(self): server = VIRLServer() server.host = "notreal" self.assertEqual(server.host, "notreal")