Header and source file cleanup

This commit is contained in:
John J. Camilleri
2021-09-21 22:28:44 +02:00
parent 71dac482c8
commit b4b8572af3
8 changed files with 81 additions and 2204 deletions

View File

@@ -18,7 +18,7 @@ def gr2(gr1):
@pytest.fixture(scope="module")
def gr3(gr1):
with gr1.newTransaction() as t:
with gr1.newTransaction("bar_branch") as t:
t.createFunction("bar", ty, 0, prob),
# t.createCategory("R", [(BIND_TYPE_EXPLICIT, "x", ty)], prob)
return gr1