8000 clean scripts · benmtz/codewars-python@b150976 · GitHub
[go: up one dir, main page]

Skip to content

Commit b150976

Browse files
committed
clean scripts
1 parent 8d49261 commit b150976

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ python -m venv env
99
./env/bin/pip install -r requirements.txt
1010
```
1111

12-
## Installing hooks
12+
## Userful commands
1313

1414
```sh
15+
# Use the hooks folder to run pre-commit lint and test
1516
git config core.hooksPath hooks
16-
```
17+
./env/bin/pycodestyle katas # Run lint
18+
./env/bin/python -m unittest -f katas/*.py # Run tests
19+
1720

18-
## Running tests
19-
```sh
20-
./scripts/test.sh
2121
```

0 commit comments

Comments
 (0)
0