File tree Expand file tree Collapse file tree 9 files changed +25
-1
lines changed Expand file tree Collapse file tree 9 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN pip install --upgrade pip
29
29
30
30
COPY --chown=test:test tests/requirements/ /requirements/
31
31
RUN for f in /requirements/*.txt; do pip install -r $f; done && \
32
- pip install flake8 flake8-isort sphinx pyenchant sphinxcontrib-spelling selenium
32
+ pip install flake8 flake8-isort sphinx pyenchant sphinxcontrib-spelling selenium unittest-xml-reporting
33
33
34
34
RUN mkdir /tests && chown -R test:test /tests
35
35
USER test:test
Original file line number Diff line number Diff line change 43
43
'KEY_PREFIX' : '2:'
44
44
}
45
45
}
46
+
47
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
48
+ TEST_OUTPUT_DIR = '/tests/django/output/'
Original file line number Diff line number Diff line change 43
43
'KEY_PREFIX' : '2:'
44
44
}
45
45
}
46
+
47
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
48
+ TEST_OUTPUT_DIR = '/tests/django/output/'
Original file line number Diff line number Diff line change 29
29
]
30
30
31
31
GEOIP_PATH = '/geolite2/'
32
+
33
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
34
+ TEST_OUTPUT_DIR = '/tests/django/output/'
Original file line number Diff line number Diff line change 45
45
'KEY_PREFIX' : '2:'
46
46
}
47
47
}
48
+
49
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
50
+ TEST_OUTPUT_DIR = '/tests/django/output/'
Original file line number Diff line number Diff line change 51
51
'KEY_PREFIX' : '2:'
52
52
}
53
53
}
54
+
55
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
56
+ TEST_OUTPUT_DIR = '/tests/django/output/'
Original file line number Diff line number Diff line change 37
37
]
38
38
39
39
GEOIP_PATH = '/geolite2/'
40
+
41
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
42
+ TEST_OUTPUT_DIR = '/tests/django/output/'
Original file line number Diff line number Diff line change 44
44
'KEY_PREFIX' : '2:'
45
45
}
46
46
}
47
+
48
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
49
+ TEST_OUTPUT_DIR = '/tests/django/output/'
Original file line number Diff line number Diff line change 29
29
]
30
30
31
31
GEOIP_PATH = '/geolite2/'
32
+
33
+ TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
34
+ TEST_OUTPUT_DIR = '/tests/django/output/'
You can’t perform that action at this time.
0 commit comments