.. |
eggs
|
|
|
test_module
|
|
|
__init__.py
|
|
|
checksums.py
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
2010-09-28 08:18:12 +00:00 |
datastructures.py
|
Fixed MultiValueDict's copy implementation to be consistant with all other copies.
|
2010-10-27 20:39:20 +00:00 |
dateformat.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
datetime_safe.py
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
2010-09-28 08:18:12 +00:00 |
decorators.py
|
|
|
feedgenerator.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
functional.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
html.py
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
2010-09-28 08:18:12 +00:00 |
models.py
|
|
|
module_loading.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
simplelazyobject.py
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
2010-09-28 08:18:12 +00:00 |
termcolors.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
tests.py
|
Added imports for some new unittest modules. Thanks to Stephan Jaekel.
|
2010-09-27 15:16:20 +00:00 |
text.py
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
2010-09-28 08:18:12 +00:00 |
timesince.py
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
2010-09-28 08:18:12 +00:00 |
tzinfo.py
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
|
2010-09-28 08:18:12 +00:00 |
urls.py
|
|
|
views.py
|
|
|