1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/test_utils
2010-10-17 04:26:47 +00:00
..
__init__.py
models.py Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries. 2010-10-12 03:33:19 +00:00
python_25.py Corrected a suite of test failures when running under postgres. 2010-10-17 01:49:36 +00:00
tests.py Corrected the skipIfDBFeature and skipUnlessDBFeature decorators to actually *run* the tests they decorate. Thanks to Alex for the report and patch. 2010-10-17 04:26:47 +00:00