Skip to content

Commit d572142

Browse files
easybeb-rowan
authored andcommitted
Extend instructions for running tests
1 parent 05345f4 commit d572142

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,24 @@ poetry run pre-commit run --all-files
129129

130130
### Testing
131131

132-
Tests are implemented using pytest. To run all tests
132+
Tests are implemented using pytest. You can run all the tests with:
133133

134134
```bash
135135
poetry run pytest
136136
```
137137

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+
```bash
147+
poetry run pytest tests/e2e
148+
```
149+
138150
### Structure
139151

140152
The structure of gooseBit is as follows:

0 commit comments

Comments
 (0)