def test_tag_does_not_exist(self):
     self.assertFalse(DjangoGateway.tag_exists(name='not there'))
 def test_tag_exists(self):
     self.assertTrue(DjangoGateway.tag_exists(name='Tag1'))