Instructions about running spec tests.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-26 11:47:52 +02:00
parent 4919d2892f
commit 6de3ca9ebe
5 changed files with 105 additions and 68 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
.PHONY: lint wip test fix catalog
.PHONY: lint wip test fix catalog sync
all: test
all: sync test
sync:
pipenv sync
lint:
gherkin-lint
wip: