Skip to content

Commit 0caeb81

Browse files
committed
chore(Makefile): remove broken "test-unit-quick" target
1 parent 0e117b1 commit 0caeb81

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
7571
test-functional:
7672
@echo "Implement functional tests in _tests directory"
7773

rootfs/dev_requirements.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
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
22
coverage==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
55
flake8==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
88
codecov==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
1815
tbgrep==0.3.0

0 commit comments

Comments
 (0)