Skip to content

Commit

Permalink
test: added mutmut to test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 21, 2024
1 parent 508316c commit 4f2810b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@ extra-dependencies = [
"pydantic"
]

[tool.hatch.envs.default]
extra-dependencies = [
"dirty-equals>=0.7.0",
"hypothesis>=6.75.5",
"mypy>=1.2.0",
"pyright>=1.1.359",
"pytest-subtests>=0.11.0",
"time-machine>=2.10.0",
"pydantic",

"pytest-xdist",
"textual",
"mutmut @ {root:uri}/../mutmut"
]

[[tool.hatch.envs.types.matrix]]
python = ["3.8", "3.9", "3.10", "3.11", "3.12","3.13"]

Expand Down
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

.
dirty-equals>=0.7.0
hypothesis>=6.75.5
mypy>=1.2.0
pyright>=1.1.359
pytest-subtests>=0.11.0
time-machine>=2.10.0
pydantic

pytest-xdist
-e ../mutmut

0 comments on commit 4f2810b

Please sign in to comment.