We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de18eea commit c5c9b08Copy full SHA for c5c9b08
python/tests/test_bindings.py
@@ -37,8 +37,6 @@ def get_egg_smol_folder() -> pathlib.Path:
37
def test_example(example_file: pathlib.Path):
38
egraph = EGraph(fact_directory=EGG_SMOL_FOLDER)
39
commands = egraph.parse_program(example_file.read_text())
40
- # if commands[0] == SetOption("enable_proofs", Lit(Int(1))):
41
- # pytest.xfail(reason="enable_proofs not supported")
42
# TODO: Include currently relyies on the CWD instead of the fact directory. We should fix this upstream
43
# and then remove this workaround.
44
os.chdir(EGG_SMOL_FOLDER)
0 commit comments