We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5022210 commit 6b61fabCopy full SHA for 6b61fab
scripts/test.bat
@@ -1,2 +1,3 @@
1
+flake8
2
python manage.py test home/tests --parallel=auto --failfast
3
python manage.py test survey/tests --parallel=auto --failfast
survey/tests/test_survey_views.py
@@ -3,7 +3,7 @@
4
import SORT.test.model_factory
5
import SORT.test.test_case
6
-from survey.models import Invitation, Profession
+from survey.models import Invitation
7
from survey.services import SurveyService
8
9
0 commit comments