Skip to content

Commit 79cea0a

Browse files
authored
Merge pull request home-assistant#1379 from StaticCube/patch-2
Added pydocstyle test
2 parents 8aa477a + 5abe327 commit 79cea0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/developers/development_testing.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ During development on a specific file, speed up your workflow by running tests a
3838
```bash
3939
$ flake8 homeassistant/core.py
4040
$ pylint homeassistant/core.py
41+
$ pydocstyle homeassistant/core.py
4142
$ py.test tests/test_core.py
4243
```
4344

0 commit comments

Comments
 (0)