We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d659234 commit e487a66Copy full SHA for e487a66
1 file changed
Makefile
@@ -102,12 +102,12 @@ function:
102
unit-test:
103
$(info running unit tests)
104
# Integration tests don't need code coverage
105
- pipenv run pytest tests/unit
+ pipenv run pytest -vv tests/unit
106
107
integ-test:
108
$(info running integration tests)
109
110
- pipenv run pytest tests/integration
+ pipenv run pytest -vv tests/integration
111
112
test:
113
$(info running tests)
0 commit comments