Skip to content

Commit 639c530

Browse files
committed
Remove client tests from default targets; they're too expensive.
1 parent b58cb38 commit 639c530

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ db:
66
python manage.py migrate
77

88
test:
9-
python manage.py test api client cm provider web
9+
python manage.py test api cm provider web
1010

1111
coverage:
12-
coverage run manage.py test api client cm provider web
12+
coverage run manage.py test api cm provider web
1313
coverage html
1414

1515
test_client:
16-
python -m unittest client.tests
16+
python -m unittest discover client.tests
1717

1818
flake8:
1919
flake8

0 commit comments

Comments
 (0)