From 5ecd9eaaefe5da36ee851aee9ebc427873433a4e Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 18 Apr 2024 11:01:43 +0200 Subject: [PATCH] Support faster tests --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fd07a479..a10c627c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,5 +64,8 @@ datacontract = "datacontract.cli:app" requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" +[tool.pytest.ini_options] +addopts="-n 8" + [tool.ruff] line-length = 120 \ No newline at end of file