test:
	@echo "Running tests..."
	@idf.py fullclean build
	pytest

.PHONE: test
