tests(pyargus): add tests for parsing expressions

This commit is contained in:
Anand Balakrishnan 2023-10-11 18:05:54 -07:00
parent 019797f344
commit 5da441db42
9 changed files with 231 additions and 122 deletions

View file

@ -8,6 +8,7 @@ classifiers = [
]
dependencies = ["typing-extensions"]
dynamic = ["version"]
[project.optional-dependencies]
@ -25,7 +26,7 @@ dev = [
"black",
]
test = ["pytest", "pytest-cov", "hypothesis"]
test = ["pytest", "pytest-cov", "hypothesis[lark]"]
[build-system]
requires = ["maturin>=1.0,<2.0"]