File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
3
- 2015-06-23
3
+ 2015-07-XX X.X.X
4
4
* Remove algolia_buildindex command. Use algolia_reindex instead.
5
5
* Change settings format. Last format is still supported.
6
6
* Add unit test.
7
+ * Support tags.
8
+ * Various bug fix.
Original file line number Diff line number Diff line change 64
64
'INDEX_PREFIX' : 'django' + os .getenv ('TRAVIS_JOB_NUMBER' , '' ),
65
65
'INDEX_SUFFIX' : 'test'
66
66
}
67
+
68
+ TEST_RUNNER = 'redgreenunittest.django.runner.RedGreenDiscoverRunner'
Original file line number Diff line number Diff line change @@ -8,14 +8,17 @@ skip_missing_interpreters = True
8
8
deps =
9
9
django17: Django>=1.7,<1.8
10
10
django18: Django>=1.8,<1.9
11
+ redgreenunittest
11
12
passenv =
12
13
ALGOLIA*
13
14
TRAVIS*
14
15
commands = python runtests.py
15
16
16
17
[testenv:coverage]
17
18
basepython = python2.7
18
- deps = coverage
19
+ deps =
20
+ redgreenunittest
21
+ coverage
19
22
passenv =
20
23
ALGOLIA*
21
24
TRAVIS*
@@ -26,6 +29,7 @@ commands =
26
29
[testenv:coveralls]
27
30
basepython = python2.7
28
31
deps =
32
+ redgreenunittest
29
33
coverage
30
34
coveralls
31
35
passenv =
You can’t perform that action at this time.
0 commit comments