test: Added __init__.py to try to clean up build errors

This commit is contained in:
Alex Kelly 2021-08-19 12:55:20 -04:00
parent f7deb8c0a2
commit 57b3f4ca52
3 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## Unreleased (2021-08-18)
#### Others
* added a useless --help test to verify commit message hook is working
Full set of changes: [`v0.1.1...28db7f2`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.1.1...28db7f2)
## v0.1.1 (2021-08-18)

View file

@ -15,6 +15,7 @@ dir:
clean:
rm -rf $(BUILDDIR)
find . -name __pycache__|xargs rm -rf
poetry-release: build
poetry publish

0
tests/__init__.py Normal file
View file