add --arbitrary flag
[bigint-presentation-code.git] / pyproject.toml
1 [tool.pytest.ini_options]
2 minversion = "6.0"
3 python_classes = ""
4 python_functions = ""
5 testpaths = ["src/bigint_presentation_code"]
6 required_plugins = ["pytest-xdist>=1.0.0"]
7 addopts = [
8 "-v",
9 "-n",
10 "auto",
11 ]