1
0
forked from GitHub/gf-core

Add abstractName getter to Python bindings. Use line comments (//) to make navigating code easier.

This commit is contained in:
John J. Camilleri
2021-08-30 15:03:54 +02:00
parent ff30169cbf
commit 50e54d131b
2 changed files with 3501 additions and 3497 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -62,4 +62,9 @@ def test_readNGF_PGF():
def test_readNGF(NGF):
pgf.readNGF("./basic.ngf")
# TODO assert load worked
# TODO assert read actually worked
# abstract expressions
def test_abstractName(PGF):
assert PGF.abstractName == "basic"