Ejemplo n.º 1
0
 def mock_cast_string(x):
     assert x == data.NONE_MAGIC_VALUE
     return casts._cast_string(x)
Ejemplo n.º 2
0
 def mock_cast_string(x):
     assert x == "somevalue"
     return casts._cast_string(x)
Ejemplo n.º 3
0
 def mock_cast_string(x):
     assert x == NONE_MAGIC_VALUE
     return casts._cast_string(x)
Ejemplo n.º 4
0
 def mock_cast_string(x):
     assert x == 'somevalue'
     return casts._cast_string(x)
Ejemplo n.º 5
0
 def mock_cast_string(x):
     assert x == 'somevalue'
     return casts._cast_string(x)