示例#1
0
 def test_is_valid_for_none_null(self):
     self.assertTrue(AllocationRequest.is_valid_for_code('00'))
示例#2
0
 def test_is_valid_for_none_null(self):
     self.assertTrue(AllocationRequest.is_valid_for_code('00'))
示例#3
0
 def test_is_valid_for_null(self):
     self.assertFalse(AllocationRequest.is_valid_for_code(None))
示例#4
0
 def test_is_valid_for_null(self):
     self.assertFalse(AllocationRequest.is_valid_for_code(None))