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