Implement PGF_getStartCat in Python bindings

This commit is contained in:
John J. Camilleri
2021-09-06 14:15:28 +02:00
parent a8efc61579
commit d58c744361
2 changed files with 9 additions and 16 deletions

View File

@@ -120,5 +120,6 @@ def test_functionType_wrong(PGF):
assert PGF.functionType("c") != pgf.readType("N -> S -> X")
def test_startCat(PGF):
with pytest.raises(pgf.PGFError):
PGF.startCat()
# with pytest.raises(pgf.PGFError):
# PGF.startCat
assert PGF.startCat == pgf.readType("S")