We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05345f4 commit d572142Copy full SHA for d572142
README.md
@@ -129,12 +129,24 @@ poetry run pre-commit run --all-files
129
130
### Testing
131
132
-Tests are implemented using pytest. To run all tests
+Tests are implemented using pytest. You can run all the tests with:
133
134
```bash
135
poetry run pytest
136
```
137
138
+To run only the unit tests:
139
+
140
+```bash
141
+poetry run pytest tests/unit
142
+```
143
144
+To run only the end-to-end tests:
145
146
147
+poetry run pytest tests/e2e
148
149
150
### Structure
151
152
The structure of gooseBit is as follows:
0 commit comments