Convert DB tests to use testscenarios library
We currently use subclassing to create different sets of database tests for each driver. It would be easier to maintain the tests, and ensure we had all of them applied to all drivers, if we use the testscenarios library (https:/
Blueprint information
- Status:
- Complete
- Approver:
- Julien Danjou
- Priority:
- Low
- Drafter:
- Doug Hellmann
- Direction:
- Approved
- Assignee:
- Mehdi Abaakouk
- Definition:
- Approved
- Series goal:
- Accepted for havana
- Implementation:
- Implemented
- Milestone target:
- 2013.2
- Started by
- Julien Danjou
- Completed by
- Mehdi Abaakouk
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Refactored storage tests to use testscenarios
Addressed by: https:/
Renamed storage base file
Addressed by: https:/
Implemented test-scenarios for storage tests
Addressed by: https:/
Refactored API V1 tests to use testscenarios
Addressed by: https:/
Refactored API V2 tests to use testscenarios
Addressed by: https:/
Centralized backends tests scenarios in one place
Gerrit topic: https:/
Addressed by: https:/
Raise Error when pagination support is missing
Addressed by: https:/
Move sqlachemy tests only in test_impl_sqlachemy
Addressed by: https:/
Refactored storage tests to use testscenarios
Addressed by: https:/
Add missing import of _
Addressed by: https:/
Raise Error when pagination/groupby is missing