Ejemplo n.º 1
0
 def test_convert_validation_bad(self) -> None:
     with pytest.raises(ValueError):
         bs.convert_validation("junk")
Ejemplo n.º 2
0
 def test_convert_validation_good(self, value) -> None:
     assert bs.convert_validation(value) == value