tests(pyargus): add test cases for signals

This commit is contained in:
Anand Balakrishnan 2023-08-31 17:11:52 -07:00
parent ab0a2c6d85
commit 137c22cd70
11 changed files with 193 additions and 31 deletions

View file

@ -24,7 +24,7 @@ dev = [
"black",
]
test = ["pytest", "pytest-cov", "hypothesis"]
test = ["pytest", "pytest-cov", "hypothesis", "numpy"]
[build-system]
requires = ["maturin>=1.0,<2.0"]
@ -37,6 +37,7 @@ module-name = "argus._argus"
[tool.pytest.ini_options]
addopts = ["--import-mode=importlib"]
testpaths = ["tests"]
[tool.mypy]
# ignore_missing_imports = true