Ejemplo n.º 1
0
 def test_all_b(self):
     assert convert_vector_catch(b'all') == Target.CATCH_ALL
Ejemplo n.º 2
0
 def test_vc_b(self, vc, msk):
     assert convert_vector_catch(vc) == msk
Ejemplo n.º 3
0
 def test_none_str(self):
     assert convert_vector_catch('none') == 0
Ejemplo n.º 4
0
 def test_none_b(self):
     assert convert_vector_catch(b'none') == 0
Ejemplo n.º 5
0
 def test_vc_b(self, vc, msk):
     assert convert_vector_catch(vc) == msk
Ejemplo n.º 6
0
 def test_all_b(self):
     assert convert_vector_catch(b'all') == Target.CATCH_ALL
Ejemplo n.º 7
0
 def test_none_b(self):
     assert convert_vector_catch(b'none') == 0
Ejemplo n.º 8
0
 def test_none_str(self):
     assert convert_vector_catch('none') == 0
Ejemplo n.º 9
0
 def test_all_b(self):
     assert convert_vector_catch(b'all') == Target.VectorCatch.ALL