Moving poc under testutils directory.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.PHONY: sync test
|
||||
|
||||
all: test
|
||||
|
||||
sync:
|
||||
pipenv sync --dev
|
||||
|
||||
test: sync
|
||||
KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../../spec/test
|
||||
|
||||
fix:
|
||||
KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../../spec/test fix
|
||||
|
||||
clean:
|
||||
pipenv --rm
|
||||
make -C ../../spec/test clean
|
||||
Reference in New Issue
Block a user