implemented boolean evaluator + increasing converage

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-11-12 11:04:56 -08:00
parent f53cab4485
commit 77a904d050
4 changed files with 123 additions and 53 deletions

View file

@ -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)')