test(pyargus): add better testing for parsing expressions
- Limit the size of the identifiers, and prevent ambiguity in the identifiers.
This commit is contained in:
parent
5da441db42
commit
4f33300d1c
7 changed files with 31 additions and 16 deletions
|
|
@ -101,7 +101,7 @@ def ruff(session: nox.Session):
|
|||
|
||||
@nox.session(tags=["lint", "python"])
|
||||
def mypy(session: nox.Session):
|
||||
session.conda_install("mypy", "typing-extensions", "pytest", "hypothesis")
|
||||
session.conda_install("mypy", "typing-extensions", "pytest", "hypothesis", "lark")
|
||||
session.env.update(ENV)
|
||||
|
||||
with session.chdir(CURRENT_DIR / "pyargus"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue