diff --git a/pytest.ini b/pytest.ini index 7b1fb739e..655336c91 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,6 +3,7 @@ env = AWS_DEFAULT_REGION=eu-west-2 ; addopts = --tb=short --numprocesses auto --dist loadgroup ; You may need to use the addopts setting below to unbreak debugging in your IDE +# Todo: Not sure, but keeping to single process for now to rule out any impact that might have on the results addopts = --tb=short filterwarnings = diff --git a/setup.cfg b/setup.cfg index c7867ba87..c04e6c67a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [mutmut] -paths_to_mutate = utils -runner = poetry run pytest tests/utils -tests_dir = tests/utils -also_copy = +paths_to_mutate=utils +runner=poetry run pytest tests/utils +tests_dir=tests/utils +also_copy= dbt_platform_helper