Skip to content

Commit

Permalink
build: prettier test output
Browse files Browse the repository at this point in the history
  • Loading branch information
petereon committed Apr 13, 2022
1 parent aa1a302 commit 6d075f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-pspec = "*"
pytest-clarity = "*"
poetry = "*"

[scripts]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ build-backend = "poetry.core.masonry.api"
python_files = ["*test*.py"]
python_functions = ["test"]
minversion = "6.0"
addopts = "--cov=expycted --cov-report=term-missing"
addopts = "--pspec --cov=expycted --cov-report=term-missing"
testpaths = ["test"]

0 comments on commit 6d075f2

Please sign in to comment.