Add a test suite and some basic navigation

This commit is contained in:
Anthony Sottile
2019-07-27 19:22:43 -07:00
parent 13a6bbc51b
commit c52702d0a6
11 changed files with 249 additions and 2 deletions

7
.gitignore vendored
View File

@@ -1 +1,8 @@
*.egg-info
*.pyc
/.coverage
/.coverage.*
/.mypy_cache
/.pytest_cache
/.tox
/venv*