summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/persistence/test_sql_persistence.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+2
* Fix currently broken and inactive mysql testsJoshua Harlow2015-12-221-4/+1
* Remove testing using persistence sqlalchemy backend with 'mysqldb'Joshua Harlow2015-05-291-74/+37
* Fix split on "+" for connection strings that specify dialectsJoshua Harlow2014-12-041-4/+12
* Switch to a custom NotImplementedError derivativeJoshua Harlow2014-10-081-2/+5
* Remove db locks and use random db names for testsBrian Jarrett2014-08-121-57/+67
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-3/+1
* Fix few spelling and grammar errorsIvan A. Melnikov2014-02-201-1/+1
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Be more resilent around import/detection/setup errorsJoshua Harlow2014-02-031-26/+45
* Merge "Use addCleanup instead of tearDown in test_sql_persistence"Jenkins2014-01-301-9/+2
|\
| * Use addCleanup instead of tearDown in test_sql_persistenceIvan A. Melnikov2014-01-281-9/+2
* | Test fetching backends via entry pointsIvan A. Melnikov2014-01-291-0/+24
|/
* Test using mysql + postgres if availableJoshua Harlow2014-01-251-7/+214
* Add envs for different sqlalchemy versionsJoshua Harlow2014-01-091-1/+9
* Move toward using a backend+connection modelJoshua Harlow2013-09-121-14/+12
* Use the same root test class.Joshua Harlow2013-08-261-3/+2
* Rework the persistence layerJoshua Harlow2013-08-241-0/+51