should probably mock libvirt instead of relying on the actual library. I'm leaning towards using the builtin unittest module instead of nose or py.test since it's supported on all python versions backup-vm is targeting (and because of my irrational bias towards included libs).
As of now anything that makes it into master passes the "rigorous" "test" of my daily backup script; master will be unreliable until v1.0.
should probably mock libvirt instead of relying on the actual library. I'm leaning towards using the builtin
unittestmodule instead ofnoseorpy.testsince it's supported on all python versionsbackup-vmis targeting (and because of my irrational bias towards included libs).As of now anything that makes it into master passes the "rigorous" "test" of my daily backup script;
masterwill be unreliable until v1.0.