Add tests and fix things
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
IamTheFij 2024-09-18 11:34:37 -07:00
parent 5db03fee66
commit 4c88292d8a

View File

@ -24,7 +24,7 @@ lint: devenv
# Runs tests
.PHONY: test
test: devenv
poetry run python -m unittest discover tests
poetry run python -m unittest discover tests --pattern "*_test.py"
# Builds wheel for package to upload
.PHONY: build