Add tests and fix things
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5db03fee66
commit
4c88292d8a
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ lint: devenv
|
|||||||
# Runs tests
|
# Runs tests
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: devenv
|
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
|
# Builds wheel for package to upload
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
Loading…
Reference in New Issue
Block a user