summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent tests' unmocked access to utils.execute()Julian Edwards2017-05-151-2/+2
* Add missing 'autospec' argument to mock.patchJohn L. Villalovos2017-03-191-3/+3
* Merge "Removes the use of mutables as default args"1.3.0Jenkins2016-06-201-1/+3
|\
| * Removes the use of mutables as default argsEdan David2016-06-201-1/+3
* | Use assertIn and assertNotInEdan David2016-06-171-5/+5
|/
* Remove unused parameterEdan David2016-06-141-2/+2
* Fix params order in assertEqualKan2016-01-131-26/+26
* Add base for IPA functional testsJosh Gachnang2015-08-181-0/+312