django/tests/view_tests
Kevin Christopher Henry 08c9ab5a0f Fixed #21227 -- Added workaround for selenium test failures
Added a refresh() before quit() in the selenium tests, since this
solves the problem of spurious test failures in some environments.
2013-10-24 15:07:41 -04:00
..
app0 Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
app1 Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
app2 Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
app3 Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
app4 Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
fixtures Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
locale Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
media Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
other_templates Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
templates Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
templatetags Whitespace cleanup. 2013-10-10 16:49:20 -04:00
tests Fixed #21227 -- Added workaround for selenium test failures 2013-10-24 15:07:41 -04:00
__init__.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
generic_urls.py Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
models.py Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
urls.py adds fix and test for when a template is not specified at all to render(). fixes #21058. by jambonrose and ianawilson 2013-09-06 15:50:18 -05:00
views.py Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00