summaryrefslogtreecommitdiff
path: root/src/mailman/database/tests/test_factory.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-13/+20
| | | | Given by Abhilash Raj.
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-5/+4
|
* Import order flake8 plugin.Barry Warsaw2016-03-271-2/+2
| | | | Fix lots of import order errors discovered by the new plugin.
* Clean up the database directory.Barry Warsaw2016-03-241-7/+0
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-221-1/+1
|
* Make a test less susceptible to churn when migrations are added. Given byBarry Warsaw2015-03-251-7/+4
| | | | abompard.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-8/+4
|
* Add comments and rewrite test a bit.Barry Warsaw2014-11-291-1/+5
|
* Remove debugging.Barry Warsaw2014-11-281-1/+0
|
* Repair broken test. Given by Aurélien Bompard.Barry Warsaw2014-11-281-9/+15
|\
| * Fix a failing schemamanager testAurélien Bompard2014-11-271-8/+13
|/
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-58/+56
|
* Merge Barry's changesAurélien Bompard2014-10-131-26/+26
|
* Fix unit tests with SQLite nowAurélien Bompard2014-10-101-3/+5
|
* Fix unit tests with PostgreSQLAurélien Bompard2014-10-101-9/+35
|
* Don't use a testing layer for database testsAurélien Bompard2014-10-061-5/+10
|
* Merge from Abhilash's branchAurélien Bompard2014-10-061-2/+3
|
* Fix DB unit testsAurélien Bompard2014-10-061-35/+19
|
* Add unit tests for the automatic migration codeAurélien Bompard2014-10-031-0/+144