mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Adds xml outputs
This commit is contained in:
parent
034a8bcc41
commit
095b1cacda
|
@ -21,7 +21,8 @@ jobs:
|
|||
- run:
|
||||
command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls
|
||||
name: Coverage
|
||||
- store_test_results
|
||||
- store_test_results:
|
||||
path: ~/test-results/
|
||||
test-django-2:
|
||||
<<: *template
|
||||
environment:
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -46,6 +46,7 @@ coverage.xml
|
|||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
test-results/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
|
|
@ -72,6 +72,9 @@ REST_FRAMEWORK = {
|
|||
)
|
||||
}
|
||||
|
||||
TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner'
|
||||
TEST_OUTPUT_DIR = 'test-results'
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django.contrib.messages',
|
||||
'django.contrib.admin',
|
||||
|
|
Loading…
Reference in New Issue
Block a user