Big set of changes, to bring project into more organised state

This commit is contained in:
2021-08-23 19:49:54 -05:00
parent 56e88759fe
commit e37849295a
11 changed files with 204 additions and 181 deletions

4
do.sh
View File

@@ -16,6 +16,10 @@ test() {
poetry run pytest
}
htmlcov() {
poetry run pytest --cov-report=html
}
all() {
build && test
}