1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-16 18:46:17 +00:00

fix: comment out func tests and restore original Makefile

This commit is contained in:
Artem Litvinov
2023-10-12 17:47:56 +01:00
parent 133ad76881
commit b2351a6977
2 changed files with 12 additions and 23 deletions

View File

@@ -1,14 +1,3 @@
include ../../common_makefile.mk
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