[doc] Document development dependencies in case someone runs pytest alone
This commit is contained in:
parent
2bf16aae11
commit
d6d43f2b0a
|
@ -10,7 +10,7 @@
|
||||||
3. Activate your dev environment with `source .venv/bin/activate`
|
3. Activate your dev environment with `source .venv/bin/activate`
|
||||||
4. Update pip packages with `pip install -U pip setuptools wheel`
|
4. Update pip packages with `pip install -U pip setuptools wheel`
|
||||||
5. Install with `pip install .`
|
5. Install with `pip install .`
|
||||||
6. Install development dependencies with `pip install tox black`
|
6. Install development dependencies with `pip install tox black pytest pytest-aiohttp`
|
||||||
7. Add git-hook to run test and stylecheck before commmit with
|
7. Add git-hook to run test and stylecheck before commmit with
|
||||||
`ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit`
|
`ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit`
|
||||||
8. Add git-hook to check commmit message format with
|
8. Add git-hook to check commmit message format with
|
||||||
|
|
Loading…
Reference in a new issue