Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Improved isolation of applied-migrations table in ↵Carl Meyer2015-06-031-0/+6
| | | | migration tests.
* Made migrations tests write to a temporary directory.Aymeric Augustin2015-02-231-2/+50
| | | | | | | | This is preferrable to writing in the current working directory because it eliminates the risk to leak unwanted files, which can result in very weird test failures. Also this will help if we ever try to run these tests concurrently.
* Fixed #23872 -- Removed sensitivity of migrations tests ↵Carl Meyer2014-11-191-1/+5
| | | | to CWD.
* Called table_names instead of get_table_list in migrationsClaude Paroz2014-09-231-2/+2
|
* Fixed #22750, #22248: Model renaming now also alters ↵Andrew Godwin2014-06-081-0/+14
| | | | field FKs
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-14/+21
| | | | | | This commit touchs various parts of the code base and test framework. Any found usage of opening a cursor for the sake of initializing a connection has been replaced with 'ensure_connection()'.
* Fix some small errors in the testsAndrew Godwin2013-08-231-2/+4
|
* Add tests for the migrate command and fix a bug they exposedAndrew Godwin2013-07-251-0/+39