fixes test runs
added dependency link to Makefile until Michael releases new wagtail-factories
This commit is contained in:
10
Makefile
10
Makefile
@@ -16,13 +16,17 @@ install: develop
|
|||||||
|
|
||||||
develop: clean requirements
|
develop: clean requirements
|
||||||
|
|
||||||
test:
|
|
||||||
|
src/wagtail-factories:
|
||||||
|
pip install -e git+https://github.com/mvantellingen/wagtail-factories.git@master#egg=wagtail_factories-0.3.0
|
||||||
|
|
||||||
|
test: src/wagtail-factories
|
||||||
py.test --nomigrations --reuse-db tests/
|
py.test --nomigrations --reuse-db tests/
|
||||||
|
|
||||||
retest:
|
retest: src/wagtail-factories
|
||||||
py.test --nomigrations --reuse-db tests/ -vvv
|
py.test --nomigrations --reuse-db tests/ -vvv
|
||||||
|
|
||||||
coverage:
|
coverage: src/wagtail-factories
|
||||||
py.test --nomigrations --reuse-db tests/ --cov=wagtail_personalisation --cov-report=term-missing --cov-report=html
|
py.test --nomigrations --reuse-db tests/ --cov=wagtail_personalisation --cov-report=term-missing --cov-report=html
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
Reference in New Issue
Block a user