1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00

fix: [#8] ignoring tests for docker-dependent containers

This commit is contained in:
ksieuk 2023-10-08 16:45:46 +03:00
parent e6f4f1a6d1
commit 91828767f5

View File

@ -1,3 +1,9 @@
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