예제 #1
0
 def mock_cast_string(x):
     assert x == data.NONE_MAGIC_VALUE
     return casts._cast_string(x)
예제 #2
0
 def mock_cast_string(x):
     assert x == "somevalue"
     return casts._cast_string(x)
예제 #3
0
파일: test_enforce.py 프로젝트: E-LLP/st2
 def mock_cast_string(x):
     assert x == NONE_MAGIC_VALUE
     return casts._cast_string(x)
예제 #4
0
 def mock_cast_string(x):
     assert x == 'somevalue'
     return casts._cast_string(x)
예제 #5
0
파일: test_enforce.py 프로젝트: E-LLP/st2
 def mock_cast_string(x):
     assert x == 'somevalue'
     return casts._cast_string(x)