fixed failling unit tests
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
.PHONY: test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
py.test tests
|
py.test tests
|
||||||
|
|
||||||
.PHONY: init test
|
|
||||||
|
clean:
|
||||||
|
find . -name '.pytest_cache' -exec rm -rf {} +
|
||||||
|
|||||||
Reference in New Issue
Block a user