Skip to content

Commit

Permalink
docs: Add DEVELOPMENT.md (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: Bu Sun Kim <[email protected]>
  • Loading branch information
miraleung and busunkim96 authored May 24, 2021
1 parent 99286e0 commit 592ec06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Development

- Install dependencies with `pip install .`
- See all nox sessions with `nox -l`
- Execute unit tests by running one of the sessions prefixed with `unit-`
- Example: `nox -s unit-3.8`
- Lint sources by running `autopep8`.

0 comments on commit 592ec06

Please sign in to comment.