summaryrefslogtreecommitdiff
path: root/tests/modeltests/empty
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-09-22Fixed a typo in test docstring.Paul McMillan
2011-09-22Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...Gabriel Hurley
2010-09-12Migrated empty doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2007-12-01Fixed #6068 -- Updated docstrings in model tests to make the documentationMalcolm Tredinnick
2007-03-23Renumbered all the doctest examples so that they are ordered correctly on the...Jacob Kaplan-Moss
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-08-10Fixed #2512 -- Fixed SQL error when saving existing empty models.Malcolm Tredinnick
2006-06-12Fixed the empty model saving case so that it retrieves the primary key id. AlsoMalcolm Tredinnick
2006-06-08Tests to avoid regressions for ticket #2108. See also r3115.Malcolm Tredinnick
2006-06-08Fixed #2108 -- do not try to save an empty model.Malcolm Tredinnick