Skip to content

Commit 7f96b2e

Browse files
author
Scott Walton
committed
Add nose to the test runner for circle
1 parent a12231a commit 7f96b2e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ Django==1.9.8
22
PyYAML==3.11
33
argparse==1.2.1
44
wsgiref==0.1.2
5+
django-nose==1.4.4
6+
nose==1.3.7

test_project/test_project/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124

125125
STATIC_URL = '/static/'
126126

127+
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
128+
127129
FEATURE_FLIPPER_FLAGS = (
128130
('feature_for_all', u'Feature for everyone'),
129131
('restricted_feature', u'Restricted Feature'),

0 commit comments

Comments
 (0)