Пример #1
0
 def test_resync(self):
     """
     resync - test to ensure that ``resync`` method functions
     without exception
     """
     sartoris_obj = Sartoris()
     try:
         sartoris_obj.resync(None)
     except SartorisError:
         assert False