51628a9 Update to work with latest mock

Authored and Committed by lsedlar a year ago
    Update to work with latest mock
    
    The `called_once` attribute now raises an exception. Switch to
    `assert_called_once` method. Also replace `assertTrue(x.called)` with
    `x.assert_called()`.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
  • jenkins
    success (100%)
    Build #41 successful (commit: 51628a97)
    a year ago
file modified
+21 -21
file modified
+5 -5
file modified
+2 -2