Adds Test to AllOf
This commit is contained in:
@@ -45,7 +45,7 @@ repository = "https://github.com/HideyoshiNakazone/jambo.git"
|
||||
# POE Tasks
|
||||
[tool.poe.tasks]
|
||||
create-hooks = "bash .githooks/set-hooks.sh"
|
||||
tests = "python -m coverage run -m unittest -v"
|
||||
tests = "python -m coverage run -m unittest discover -v"
|
||||
tests-report = "python -m coverage xml"
|
||||
|
||||
# Build System
|
||||
|
||||
Reference in New Issue
Block a user