implemented boolean evaluator + increasing converage
This commit is contained in:
parent
f53cab4485
commit
77a904d050
4 changed files with 123 additions and 53 deletions
|
|
@ -16,7 +16,7 @@ def test_hash_inheritance(phi):
|
|||
assert hash(repr(phi)) == hash(phi)
|
||||
|
||||
|
||||
def test_sugar_smoke_test():
|
||||
def test_sugar_smoke():
|
||||
stl.parse('(x) <-> (x)')
|
||||
stl.parse('(x) -> (x)')
|
||||
stl.parse('(x) ^ (x)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue