Added templates for unit testing and sphinx documentation

This commit is contained in:
Brandon Rozek 2020-03-15 14:27:56 -04:00
parent 2e01bc16ea
commit ea62ccf389
18 changed files with 202 additions and 33 deletions

6
.gitignore vendored
View file

@ -2,3 +2,9 @@ __pycache__/
*.py[cod]
rlenv/
runs/
*.tox
*.coverage
.vscode/
docs/build
.mypy_cache/
*egg-info*