You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo " 3. Push to main - the next feat/fix commit will trigger 1.0.0"
30
+
16
31
.PHONY: test
17
32
test: ## Test the code with pytest
18
33
@echo "🚀 Testing code: Running pytest"
@@ -35,3 +50,10 @@ help:
35
50
[[print(f'\033[36m{m[0]:<20}\033[0m{m[1]}') for m in re.findall(r'^([a-zA-Z_-]+):.*?##(.*)$$', open(makefile).read(), re.M)] for makefile in ('$(MAKEFILE_LIST)').strip().split()]"
0 commit comments