Skip to content

Commit e487a66

Browse files
committed
Get full difference output
1 parent d659234 commit e487a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ function:
102102
unit-test:
103103
$(info running unit tests)
104104
# Integration tests don't need code coverage
105-
pipenv run pytest tests/unit
105+
pipenv run pytest -vv tests/unit
106106

107107
integ-test:
108108
$(info running integration tests)
109109
# Integration tests don't need code coverage
110-
pipenv run pytest tests/integration
110+
pipenv run pytest -vv tests/integration
111111

112112
test:
113113
$(info running tests)

0 commit comments

Comments
 (0)