I was wondering if there are any examples of mocks written for code written
on top of the oVirt Python SDK.
I would assume there will be a different a call mocking sdk.Connection()
that would return a mock'ed object and from there continue?
Context: I'm looking into writing an oVirt driver for some project. They
(rightfully so) ask for unit tests, using mocks, fixtures, etc. I'm unsure
this is really going to be easy or meaningful, but I thought I'd look into
it...
TIA,
Y.