Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/faulty_migrations
Commit message (Collapse)AuthorAgeFilesLines
* Refactored tests that rely on an ImportError for Python ↵Tim Graham2015-02-041-1/+0
| | | | | | | | | | 3.5 compatibility A change in Python test discovery [1] causes the old packages that raised an error to be discovered; now we use a common directory that's ignored during discovery. Refs #23763. [1] http://bugs.python.org/issue7559
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
|
* Fixed #21015 -- Fixed MigrationLoader when ↵Loic Bistuer2013-09-063-0/+0
| | | | importlib.import_module returns a file module or an empty directory.
* Fixed #21014 -- Fixed gobbled ImportError in ↵Loic Bistuer2013-09-061-0/+1
MigrationLoader.