Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
e3011c1f
Commit
e3011c1f
authored
Mar 15, 2011
by
markotibold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implementing graphing.
parent
9ba66a19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
djangorestframework/runtests/settings.py
+6
-1
tox.ini
+6
-2
No files found.
djangorestframework/runtests/settings.py
View file @
e3011c1f
...
@@ -54,7 +54,7 @@ MEDIA_URL = ''
...
@@ -54,7 +54,7 @@ MEDIA_URL = ''
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
# trailing slash.
# Examples: "http://foo.com/media/", "/media/".
# Examples: "http://foo.com/media/", "/media/".
ADMIN_MEDIA_PREFIX
=
'/media/'
ADMIN_MEDIA_PREFIX
=
'/media/'
# Make this unique, and don't share it with anybody.
# Make this unique, and don't share it with anybody.
...
@@ -95,3 +95,8 @@ INSTALLED_APPS = (
...
@@ -95,3 +95,8 @@ INSTALLED_APPS = (
# 'django.contrib.admindocs',
# 'django.contrib.admindocs',
'djangorestframework'
,
'djangorestframework'
,
)
)
TEST_RUNNER
=
'xmlrunner.extra.djangotestrunner.run_tests'
TEST_OUTPUT_VERBOSE
=
True
TEST_OUTPUT_DESCRIPTIONS
=
True
TEST_OUTPUT_DIR
=
'xmlrunner'
tox.ini
View file @
e3011c1f
...
@@ -11,30 +11,34 @@ basepython=python2.5
...
@@ -11,30 +11,34 @@ basepython=python2.5
deps
=
deps
=
django
=
=1.2.4
django
=
=1.2.4
simplejson
simplejson
unittest-xml-reporting
[testenv:py26-django12]
[testenv:py26-django12]
basepython
=
python2.6
basepython
=
python2.6
deps
=
deps
=
django
=
=1.2.4
django
=
=1.2.4
unittest-xml-reporting
[testenv:py27-django12]
[testenv:py27-django12]
basepython
=
python2.7
basepython
=
python2.7
deps
=
deps
=
django
=
=1.2.4
django
=
=1.2.4
unittest-xml-reporting
[testenv:py25-django13]
[testenv:py25-django13]
basepython
=
python2.5
basepython
=
python2.5
deps
=
deps
=
http://www.djangoproject.com/download/1.3-rc-1/tarball/
http://www.djangoproject.com/download/1.3-rc-1/tarball/
simplejson
simplejson
unittest-xml-reporting
[testenv:py26-django13]
[testenv:py26-django13]
basepython
=
python2.6
basepython
=
python2.6
deps
=
deps
=
http://www.djangoproject.com/download/1.3-rc-1/tarball/
http://www.djangoproject.com/download/1.3-rc-1/tarball/
unittest-xml-reporting
[testenv:py27-django13]
[testenv:py27-django13]
basepython
=
python2.7
basepython
=
python2.7
deps
=
deps
=
http://www.djangoproject.com/download/1.3-rc-1/tarball/
http://www.djangoproject.com/download/1.3-rc-1/tarball/
unittest-xml-reporting
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment