Ejemplo n.º 1
0
 def test_to_gr1c(self):
     assert gr1cint.check_syntax(self.f_un.to_gr1c() )
     assert gr1cint.check_syntax(self.dcounter.to_gr1c() )
Ejemplo n.º 2
0
 def test_check_syntax(self):
     assert gr1cint.check_syntax(REFERENCE_SPECFILE)
     assert not gr1cint.check_syntax("foo")