summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_models.py
Commit message (Expand)AuthorAgeFilesLines
* Update import of declarative_base()Stephen Finucane2021-08-101-1/+1
* tests: Use common base classStephen Finucane2021-07-291-6/+5
* Use unittest.mock instead of third party mock8.1.0Sean McGinnis2020-03-311-1/+1
* Drop use of sixStephen Finucane2020-02-251-7/+2
* Fix deprecation warnings under py36Sean McGinnis2019-04-111-2/+7
* Ensure all test fixtures in oslo_db.tests are privateMike Bayer2018-03-021-2/+2
* Using assertIsNone(xxx) instead of assertEqual(None, xxx)blue552017-06-061-1/+1
* SoftDeleteMixin: allow for None valuesRoman Podoliaka2016-11-281-0/+10
* SoftDeleteMixin: coerce deleted param to be an integerRoman Podoliaka2016-11-281-0/+50
* Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-041-1/+1
* Using new style assertions instead of old style assertionshowardlee2016-11-041-3/+3
* Fix parameters of assertEqual are misplacedyan.haifeng2016-07-201-16/+16
* Fix sqlalchemy.ModelBase.__contains__() behaviourVictor Stinner2015-06-261-0/+12
* Add a new ModelBase.items() methodVictor Stinner2015-06-241-1/+3
* Add a keys() method to SQLAlchemy ModelBaseVictor Stinner2015-05-191-1/+22
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+146