test3 Makefile target
This commit is contained in:
parent
c4a48efd83
commit
c976c3f2b2
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -70,6 +70,10 @@ test:
|
|||
coverage html
|
||||
@echo Coverage report in htmlcov/index.html
|
||||
|
||||
test3:
|
||||
PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/. nosetests-3 tests/test_lib tests/test_cli
|
||||
@echo Coverage not working for py3 tests yet
|
||||
|
||||
subdirs:
|
||||
for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1; done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue