Skip to content

Commit b77e800

Browse files
refactor: enhance pytest command with verbosity and parallel execution
1 parent bf5a558 commit b77e800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
- name: Test Clima
4343
run: |-
4444
cd tests
45-
pipenv run pytest --base-url=http://127.0.0.1:8080
45+
pipenv run pytest --base-url=http://127.0.0.1:8080 -vv -n 2

docs/contributing/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Then, from the root directory, run tests using pytest:
133133
```bash
134134
cd tests
135135
136-
pipenv run pytest --base-url=http://127.0.0.1:8080
136+
pipenv run pytest --base-url=http://127.0.0.1:8080 -vv -n 2
137137
```
138138

139139
## Submitting changes

0 commit comments

Comments
 (0)