def testCase(self): cases = [ glyph.form("http://example.org",values=['a','b']), glyph.link("http://toot.org") ] for c in cases: self.assertEqual(c, glyph.parse(glyph.dump(c)))
def testCase(self): cases = [ glyph.form("http://example.org", values=['a', 'b']), glyph.link("http://toot.org") ] for c in cases: self.assertEqual(c, glyph.parse(glyph.dump(c)))
def GET(self): return {'make':glyph.form(Test), 'zero': glyph.form(self)}
def GET(self): return {'make': glyph.form(Test), 'zero': glyph.form(self)}