index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
runtests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed runtests.py to set USE_I18N=True for testing
Adrian Holovaty
2006-07-11
1
-1
/
+2
*
Fixed #1662 -- Added resolver for string-form model references for models tha...
Russell Keith-Magee
2006-06-23
1
-3
/
+3
*
Fixed runtests.py problem from [3177] where it assumed you were running the t...
Adrian Holovaty
2006-06-20
1
-6
/
+6
*
Fixed #2161 -- handle trailing newlines in initial SQL data. Includes
Malcolm Tredinnick
2006-06-20
1
-2
/
+7
*
Added regressions tests to ensure that one-to-one and many-to-many fields
Malcolm Tredinnick
2006-06-20
1
-9
/
+17
*
Test harness actually now installs contrib apps so they can be used in tests.
Jacob Kaplan-Moss
2006-06-16
1
-4
/
+10
*
Django's tests now include models from django.contrib; this will allow testin...
Jacob Kaplan-Moss
2006-05-26
1
-1
/
+12
*
The tests now run correctly with the new psycopg2 backend. There's 4 failure...
Jacob Kaplan-Moss
2006-05-18
1
-13
/
+15
*
Fixed whitespace in tests/runtests.py
Jacob Kaplan-Moss
2006-05-18
1
-3
/
+3
*
Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....
Adrian Holovaty
2006-05-16
1
-0
/
+4
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
1
-34
/
+70
*
Added usage to unit-test OptionParser
Adrian Holovaty
2006-02-18
1
-1
/
+1
*
Improved doctests to normalize long integers in compared output
Adrian Holovaty
2006-01-17
1
-6
/
+10
*
Fixed #1145 -- Added unit tests for default template filters and fixed two bu...
Adrian Holovaty
2006-01-01
1
-1
/
+1
*
Fixed #964 -- Added helpful error message if there's a problem in running the...
Adrian Holovaty
2005-12-01
1
-2
/
+3
*
Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argumen...
Adrian Holovaty
2005-10-08
1
-2
/
+2
*
Fixed #506 -- runtests.py now allows models to be tested individually. Thanks...
Adrian Holovaty
2005-09-19
1
-28
/
+42
*
Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pas...
Jacob Kaplan-Moss
2005-08-10
1
-0
/
+1
*
Added a custom doctest OutputChecker that ignores differences between ints an...
Jacob Kaplan-Moss
2005-08-10
1
-0
/
+11
*
Fixed #297 -- Added a '--settings' option to runtests.py
Adrian Holovaty
2005-08-10
1
-0
/
+6
*
Improved unit-test framework so that it handles database errors more elegantly
Adrian Holovaty
2005-08-09
1
-3
/
+8
*
Added framework for writing non-model-based tests, and added tests for cache ...
Jacob Kaplan-Moss
2005-08-01
1
-2
/
+29
*
Added tests.builddocs, which builds HTML documentation by introspecting the m...
Adrian Holovaty
2005-07-29
1
-11
/
+16
*
Changed model test framework to use meta.get_app() instead of a manual import
Adrian Holovaty
2005-07-29
1
-2
/
+2
*
Added support for sqlite backend to test framework
Jacob Kaplan-Moss
2005-07-29
1
-31
/
+38
*
Added first stab at model and DB-API unit tests
Adrian Holovaty
2005-07-29
1
-0
/
+140