1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 06:06:01 +02:00

Add pytest-clarity to pipenv

Makes pytest output easier to understand.
This commit is contained in:
2020-03-01 21:19:28 +02:00
parent 76be1b749a
commit 0615064e3d
2 changed files with 15 additions and 1 deletions

View File

@ -15,6 +15,7 @@ ipython = "*"
pytest = "*"
isort = "*"
black = "==19.10b0"
pytest-clarity = "==0.3.0a0"
[requires]
python_version = "3.8"