django/tests/othertests
Adrian Holovaty 5bb59acfde Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-13 13:16:05 +00:00
..
__init__.py Added framework for writing non-model-based tests, and added tests for cache and templates 2005-08-01 19:09:07 +00:00
cache.py Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter 2006-04-12 13:35:31 +00:00
dateformat.py Fixed dateformat unit test that was failing -- the test was incorrect. 2005-11-09 20:41:18 +00:00
db_typecasts.py Changed timestamp and time typecasting to preserve microseconds. Added unit tests to test this behavior, and added a db_typecast unit test module. Refs #306. 2005-08-11 19:34:34 +00:00
defaultfilters.py Removed a datetime test in tests/defaultfilters -- it was failing because it's hard to test datetime-related stuff 2006-02-25 17:09:54 +00:00
httpwrappers.py Changed repr for MultiValueDict 2006-01-04 17:09:26 +00:00
markup.py Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb 2006-04-13 13:16:05 +00:00
templates.py Fixed spaceless template-tag tests in trunk (from magic-removal [2030]) 2006-01-17 17:59:31 +00:00