8000 Docs: `make tests` should be `make test` (#1332) · patrickloeber/pyscript@f4c6093 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4c6093

Browse files
authored
Docs: make tests should be make test (pyscript#1332)
1 parent 9fedfe3 commit f4c6093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ git checkout -b <your branch name>
4141
* Run tests before pushing the changes
4242

4343
```
44-
make tests
44+
make test
4545
```
4646

4747
To learn more about tests please refer to the session [Quick guide to pytest](## Quick guide to pytest).

0 commit comments

Comments
 (0)
0