summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_quotas.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-16/+17
* nova-net: Remove 'networks' quotaStephen Finucane2019-11-221-2/+2
* Use nova.db.api directlyChris Dent2018-07-101-15/+15
* Remove old-style quotas codemelanie witt2017-11-301-87/+0
* Make Quotas object favor the API databasemelanie witt2017-07-201-3/+208
* Add check_deltas() and limit_check_project_and_user() to QuotasDan Smith2017-05-281-0/+126
* Remove mox in tests/unit/objects/test_quotasKevin_Zheng2016-06-291-25/+20
* Fix some straggling uses of passing context to remotable methods in testsDan Smith2015-03-091-2/+2
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+167