summaryrefslogtreecommitdiff
path: root/tests/modeltests/empty/tests.py
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