mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 22:43:26 +00:00
fix: [#8] ignoring tests for docker-dependent containers
This commit is contained in:
parent
e6f4f1a6d1
commit
91828767f5
|
@ -1,3 +1,9 @@
|
|||
include ../../common_makefile.mk
|
||||
|
||||
PROJECT_FOLDERS = bin lib tests
|
||||
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
@echo 'Running tests...'
|
||||
@$(PYTHON) -m pytest tests/unit
|
||||
|
|
Loading…
Reference in New Issue
Block a user