Skip to content

Commit

Permalink
mutmut package for mutation testing added
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Feb 1, 2024
1 parent a33d44a commit 864f846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ classifiers = [
[tool.setuptools.package-data]
"cantok" = ["py.typed"]

[tool.mutmut]
paths_to_mutate="cantok"
runner="pytest"

[project.urls]
'Source' = 'https://github.com/pomponchik/cantok'
'Documentation' = 'http://cantok.readthedocs.io/'
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ twine==4.0.2
mypy==1.4.1
ruff==0.0.290
mkdocs-material==9.2.7
mutmut==2.4.4

0 comments on commit 864f846

Please sign in to comment.