fix: semantics for bounded eventually
This commit is contained in:
parent
a295f21049
commit
46f0f60bc0
12 changed files with 412 additions and 534 deletions
|
|
@ -52,7 +52,7 @@ features = ["pyo3/extension-module"]
|
|||
module-name = "argus._argus"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--import-mode=importlib --doctest-glob=../docs/*.rst --doctest-glob=../docs/**/*.rst"
|
||||
addopts = "--import-mode=importlib --doctest-glob=../docs/*.rst --doctest-glob=../docs/**/*.rst --hypothesis-explain"
|
||||
testpaths = ["tests"]
|
||||
|
||||
[tool.mypy]
|
||||
|
|
@ -63,6 +63,9 @@ show_error_codes = true
|
|||
[[tool.mypy.overrides]]
|
||||
module = "mtl"
|
||||
ignore_missing_imports = true
|
||||
[[tool.mypy.overrides]]
|
||||
module = "rtamt"
|
||||
ignore_missing_imports = true
|
||||
|
||||
|
||||
[tool.ruff]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue