Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / pyproject.toml
1 [tool.pytest.ini_options]
2 minversion = "6.0"
3 python_classes = ""
4 python_functions = ""
5 testpaths = ["src/soc"]
6 required_plugins = ["pytest-xdist>=1.0.0", "pytest-output-to-files>=0.1.0"]
7 addopts = [
8 "-n",
9 "auto",
10 "--shorten-output-dir=test-out",
11 ]