mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
feat: [#41] tests check
This commit is contained in:
parent
fdad002dde
commit
5fdc5d676f
|
@ -1,3 +1,14 @@
|
||||||
include ../../common_makefile.mk
|
include ../../common_makefile.mk
|
||||||
|
|
||||||
PROJECT_FOLDERS = bin lib tests
|
PROJECT_FOLDERS = bin lib tests
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
|
test:
|
||||||
|
@echo 'Running tests...'
|
||||||
|
@$(PYTHON) -m pytest tests/unit
|
||||||
|
|
||||||
|
.PHONY: ci-test
|
||||||
|
ci-test:
|
||||||
|
@echo 'Running tests...'
|
||||||
|
@$(PYTHON) -m pytest tests/unit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user