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