summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/extensions/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Do not silently swallow errors in the write_image deploy stepDmitry Tantsur2020-10-091-0/+11
* When reporting that agent is busy, report the executed commandDmitry Tantsur2020-09-181-0/+11
* Use unittest mock from standard libraryRiccardo Pittau2020-04-061-1/+2
* Have unit tests all derive from our base unit test classJohn L. Villalovos2017-10-181-3/+3
* Replace assertEqual(None, *) with assertIsNone in testsShuquan Huang2015-12-171-4/+4
* Enforce all flake8 rules except E129John L. Villalovos2015-10-021-2/+2
* Split functional and py27 testsJosh Gachnang2015-08-281-0/+218