tests(pyargus): add tests for parsing expressions
This commit is contained in:
parent
019797f344
commit
5da441db42
9 changed files with 231 additions and 122 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue