Searched refs:test_syntax (Results 1 – 4 of 4) sorted by relevance
51 test_syntax = re.compile(r"\A[\w|-]+\.[\w|-]+_(32|64)bit\Z")53 …self.assertIsNotNone(test_syntax.match(t), '"{}" should be in the form "<class>.<method>_{{32,64}}…
732 from test import test_syntax733 support.run_doctest(test_syntax, verbosity=True)
216 def test_syntax(self): member in BytesAliasTest
1329 fn test_syntax() { in test_syntax() function