Add check-in simulator (#3380)

This commit is contained in:
Raphael Michel
2023-06-13 14:57:24 +02:00
committed by GitHub
parent 4917249bab
commit 002416e435
15 changed files with 544 additions and 137 deletions

View File

@@ -213,7 +213,7 @@ class Logic():
data = data or {}
operator = list(tests.keys())[0]
operator = [k for k in tests.keys() if not k.startswith("__")][0]
values = tests[operator]
# Easy syntax for unary operators, like {"var": "x"} instead of strict