summaryrefslogtreecommitdiff
path: root/trove/tests/unittests/api/common
Commit message (Expand)AuthorAgeFilesLines
* Fixing tests with tox 4.2.6wu.chunyang2023-01-181-16/+29
* Support ram quotaSam Morrison2020-11-111-1/+8
* Remove six usage and basestring checkwangzihao2020-10-161-2/+2
* Remove six.moveswangzihao2020-10-092-4/+3
* Remove six.PY3likui2020-09-031-2/+1
* Use unittest.mock instead of mockHervé Beraud2020-06-111-1/+1
* Use unittest.mock instead of third party mockSean McGinnis2020-04-261-1/+2
* Add python-troveclient in requirements.txtLingxian Kong2020-03-151-10/+12
* Support to create public trove instanceLingxian Kong2019-09-111-3/+0
* Remove SecurityGroup API extensionLingxian Kong2019-04-061-4/+1
* Add support for Oslo Policies to TrovePetr Malik2016-12-061-2/+3
* Use assertIn instead of assertTrue(A in B)Bin Zhou2016-09-121-2/+2
* Port more API unit tests to Python 3Victor Stinner2016-05-022-8/+10
* Python3: Add support for raise and ConfigParserabhishekkekane2016-04-201-3/+2
* Python3: Add support for httplib, urlparseabhishekkekane2016-01-311-11/+11
* py3: Replaces xrange() with range()LiuNanke2016-01-231-1/+1
* Replace assertEqual(None, *) with assertIsNone in testsAmrith Kumar2015-10-231-8/+8
* Fix leaked mocks in the 'LimitsControllerTest'Petr Malik2015-06-011-55/+58
* Fixes hacking rulesSushil Kumar2015-05-291-4/+5
* Merge "Update modules to turn on dangling mock detection"Jenkins2015-05-142-6/+6
|\
| * Update modules to turn on dangling mock detectionPetr Malik2015-05-122-6/+6
* | Drop use of 'oslo' namespace packageDoug Hellmann2015-05-061-1/+1
|/
* Corrects order of parameters to assertEqualSushil Kumar2015-04-302-3/+3
* Correct a test and order of parameters to assertEqualAmrith Kumar2015-02-231-23/+23
* Obsolete oslo-incubator modules - jsonutils (now oslo.serialization)Amrith Kumar2014-12-111-1/+1
* Complete mocking for test_extensionsBoden R2014-09-291-1/+17
* Load trove API extensions using stevedoreboden2014-08-131-0/+89
* Enabled H402 flake8 ruleSushilKM2014-06-021-1/+1
* Use six.StringIO/BytesIO instead of StringIO.StringIOHe Yongli2014-05-061-2/+3
* Added separate rate limit setting for mgmt POSTdaniel-a-nguyen2014-04-171-3/+17
* Remove mockito, and replace with mockNikhil Manchanda2014-03-311-20/+21
* Removes XML api from troveMichael Basnight2014-03-101-25/+0
* Enabling H403, H702 rulesSushil Kumar2013-12-121-1/+2
* Replace deprecated method aliases in testsChang Bo Guo2013-10-141-1/+1
* Task manager refactoring doneDmitriy Ukhlov2013-10-081-7/+6
* PEP8. F841Denis M2013-09-261-1/+0
* Python 3.x compatibility fixesDirk Mueller2013-07-031-1/+1
* Rename from reddwarf to trove.Michael Basnight2013-06-242-0/+840