Skip to content

Commit

Permalink
Sort out setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent 880dbd5 commit cc60d96
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ test-command = "poetry run pytest tests/utils"

[cosmic-ray.distributor]
name = "local"
# name = "http"
; name = "http"

# [cosmic-ray.distributor.http]
# worker-urls = [
# "http://localhost:9876",
# "http://localhost:9877",
# "http://localhost:9878",
# "http://localhost:9879"
# ]
[cosmic-ray.distributor.http]
worker-urls = ["http://localhost:9876","http://localhost:9877","http://localhost:9878","http://localhost:9879"]

[mutmut]
paths_to_mutate = "utils/,dbt_platform_helper"
runner = "poetry run pytest tests/utils"
tests_dir = "tests/"
paths_to_mutate = "utils/"
runner="poetry run pytest tests/utils"
tests_dir = "tests/utils"
also_copy=
"dbt_platform_helper"

0 comments on commit cc60d96

Please sign in to comment.