Skip to content

Commit 592ec06

Browse files
docs: Add DEVELOPMENT.md (#876)
Co-authored-by: Bu Sun Kim <[email protected]>
1 parent 99286e0 commit 592ec06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DEVELOPMENT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Development
2+
3+
- Install dependencies with `pip install .`
4+
- See all nox sessions with `nox -l`
5+
- Execute unit tests by running one of the sessions prefixed with `unit-`
6+
- Example: `nox -s unit-3.8`
7+
- Lint sources by running `autopep8`.

0 commit comments

Comments
 (0)