def test_can_add_alias_using_alias_as(self): p = Pypher() p.mark p.AS('MARK') exp = 'mark AS MARK' self.assertEqual(exp, str(p))