mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-16 09:46:17 +00:00
fix: [#8] ignoring tests for docker-dependent containers
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user