django/tests/regressiontests/test_utils
2010-10-31 08:29:07 +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 Rewrote a test assertion so that it doesn't fail under Python 2.7. Thanks to Florian Apolloner for the report. 2010-10-30 13:04:02 +00:00
tests.py Ensure that assertNumQueries doesn't swallow exceptions inside the function. 2010-10-31 08:29:07 +00:00