Skip to content

Commit e0c2953

Browse files
committed
Run both unit and integration tests in a single command
1 parent 7810de1 commit e0c2953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ repos:
2424
entry: pipenv run pylint msgraph --disable=W --rcfile=.pylintrc
2525
types: [python]
2626

27-
- id: pytest-unit
28-
name: pytest-unit
27+
- id: pytest
28+
name: pytest
2929
stages: [commit]
3030
language: system
3131
entry: pipenv run pytest

0 commit comments

Comments
 (0)