Skip to content

Commit

Permalink
Add pytest-testmon plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed May 16, 2024
1 parent 9b4a7cd commit 0310a2c
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 65 deletions.
141 changes: 78 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ mila = "milatools.cli.__main__:main"

[tool.poetry.group.dev.dependencies]
black = ">= 21.8b0"
coverage = {extras = ["toml"], version = "^5.0.3"}
fabric = {extras = ["testing"], version = "^3.2.2"}
flake8 = {version = ">= 6.0.0", python = "^3.8.1"}
pytest = "^7.2.1"
pytest-cov = "^4.1.0"
pytest-mock = "^3.11.1"
pytest-regressions = "^2.4.2"
pytest-skip-slow = "^0.0.5"
Expand All @@ -37,6 +35,8 @@ Sphinx = "^5.0.1"
sphinx-rtd-theme = "^1.0.0"
toml = "^0.10.0"
pytest-asyncio = "^0.23.6"
pytest-testmon = "^2.1.1"
pytest-cov = "^5.0.0"


[tool.pytest.ini_options]
Expand Down

0 comments on commit 0310a2c

Please sign in to comment.