Skip to content

Commit

Permalink
Merge pull request #134 from Borda/config/pytest
Browse files Browse the repository at this point in the history
pytest: move config to `pyproject.toml`
  • Loading branch information
wimglenn authored Jan 17, 2024
2 parents 207da6f + 23dc943 commit c46bc74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,16 @@ homepage = "https://github.com/wimglenn/johnnydep"
[project.scripts]
johnnydep = "johnnydep.cli:main"
pipper = "johnnydep.pipper:main"


[tool.pytest.ini_options]
testpaths = "tests"
addopts = [
"-ra",
"--cov=johnnydep",
"--cov-report=html",
"--cov-report=term",
"--no-cov-on-fail",
"--color=yes",
"--disable-socket",
]
6 changes: 0 additions & 6 deletions pytest.ini

This file was deleted.

0 comments on commit c46bc74

Please sign in to comment.