summaryrefslogtreecommitdiff
path: root/tests/tablespaces/models.py
AgeCommit message (Collapse)Author
2014-06-11Created a new tests folder (`model_options`).Moayad Mardini
And moved `tablespaces` option tests to it. The new folder can be used to test models/options, like the new option added in refs #22778.
2013-11-02Fixing E302 ErrorsJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-09-03Updated syncdb -> migrate in tests.Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner