summaryrefslogtreecommitdiff
path: root/tests/modeltests/empty
Commit message (Expand)AuthorAgeFilesLines
* [py3k] Silence many warnings while running the tests.Alex Gaynor2012-09-071-3/+4
* Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz2012-03-301-1/+1
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-132-2/+3
* Fixed a typo in test docstring.Paul McMillan2011-09-221-1/+1
* Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...Gabriel Hurley2011-09-223-0/+27
* Migrated empty doctests. Thanks to Alex Gaynor.Russell Keith-Magee2010-09-122-15/+16
* Fixed #6068 -- Updated docstrings in model tests to make the documentationMalcolm Tredinnick2007-12-011-1/+1
* Renumbered all the doctest examples so that they are ordered correctly on the...Jacob Kaplan-Moss2007-03-231-1/+1
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-2/+2
* Fixed #2512 -- Fixed SQL error when saving existing empty models.Malcolm Tredinnick2006-08-101-0/+2
* Fixed the empty model saving case so that it retrieves the primary key id. AlsoMalcolm Tredinnick2006-06-121-0/+3
* Tests to avoid regressions for ticket #2108. See also r3115.Malcolm Tredinnick2006-06-081-0/+4
* Fixed #2108 -- do not try to save an empty model.Malcolm Tredinnick2006-06-082-0/+17