mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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):
|
||||
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