forked from GitHub/gf-core
Add abstractName getter to Python bindings. Use line comments (//) to make navigating code easier.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -62,4 +62,9 @@ def test_readNGF_PGF():
|
|||||||
|
|
||||||
def test_readNGF(NGF):
|
def test_readNGF(NGF):
|
||||||
pgf.readNGF("./basic.ngf")
|
pgf.readNGF("./basic.ngf")
|
||||||
# TODO assert load worked
|
# TODO assert read actually worked
|
||||||
|
|
||||||
|
# abstract expressions
|
||||||
|
|
||||||
|
def test_abstractName(PGF):
|
||||||
|
assert PGF.abstractName == "basic"
|
||||||
|
|||||||
Reference in New Issue
Block a user