test(pyargus): improve test coverage

This commit is contained in:
Anand Balakrishnan 2023-09-07 13:32:27 -07:00
parent 7129177ca0
commit 4942a78899
No known key found for this signature in database
5 changed files with 111 additions and 47 deletions

View file

@ -43,6 +43,7 @@ testpaths = ["tests"]
[tool.mypy]
# ignore_missing_imports = true
show_error_codes = true
plugins = ["numpy.typing.mypy_plugin"]
[tool.ruff]
line-length = 127