File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,10 +68,6 @@ test-unit:
6868 && coverage run manage.py test --settings=api.settings.testing --noinput registry api scheduler.tests \
6969 && coverage report -m
7070
71- test-unit-quick :
72- cd rootfs \
73- && ./manage.py test --settings=api.settings.testing --noinput --parallel ${TEST_PROCS} registry api scheduler.tests
74-
7571test-functional :
7672 @echo " Implement functional tests in _tests directory"
7773
Original file line number Diff line number Diff line change 1- # Run "make coverage" or "make test-unit" for the % of code exercised during tests
1+ # Run "make test-unit" for the % of code exercised during tests
22coverage==4.3.4
33
4- # Run "make flake8 " to check python syntax and style
4+ # Run "make test-style " to check python syntax and style
55flake8==3.3.0
66
7- # code coverage report at https://codecov.io/github/deis/workflow
7+ # code coverage report at https://codecov.io/github/deis/controller
88codecov==2.0.5
99
1010# mock out python-requests, mostly k8s
1111# requests-mock==1.0.0
1212-e git+https://github.com/helgi/requests-mock.git@class_adapter#egg=request_mock
1313
14- # tblib is needed to pickle tracebacks for `make test-unit-quick`
15- tblib==1.3.0
16-
1714# tail a log and pipe into tbgrep to find all tracebacks
1815tbgrep==0.3.0
You can’t perform that action at this time.
0 commit comments