django/tests
Anssi Kääriäinen 3872bc51c9 [1.4.x] Made a couple of selenium tests wait for page loaded
The admin_widgets tests were issuing click() to the browser but
didn't wait for the effects of those clicks. This caused the resulting
request to be processed concurrently with the test case. When using
in-memory SQLite this caused weird failures.

Also added wait_page_loaded() to admin selenium tests for code
reuse.

Fixed #19856, cherry-pick of 50677b29af
2013-02-21 00:03:39 +02:00
..
modeltests [1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressField 2012-09-01 18:39:51 +02:00
regressiontests [1.4.x] Made a couple of selenium tests wait for page loaded 2013-02-21 00:03:39 +02:00
templates Fixed #13897 -- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris. 2010-10-01 02:01:20 +00:00
.coveragerc [1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs. 2012-10-11 06:14:24 -04:00
runtests.py Do not unconditionally add extra_tests when testing geodjango. 2012-03-17 17:44:42 +00:00
test_sqlite.py Added a default SECRET_KEY setting to the default test sesttings (refs #17800). 2012-03-02 00:05:13 +00:00
urls.py Made sure the new project template functionality works when the template 2011-12-29 17:03:38 +00:00