Beispiel #1
0
 def test_type_match_complex(self):
     s = c_spec.complex_converter()
     assert_(s.type_match(5.+1j))
Beispiel #2
0
 def test_type_match_float(self):
     s = c_spec.complex_converter()
     assert_(not s.type_match(5.))
Beispiel #3
0
 def test_type_match_string(self):
     s = c_spec.complex_converter()
     assert_(not s.type_match('string'))
Beispiel #4
0
 def test_type_match_complex(self):
     s = c_spec.complex_converter()
     assert_(s.type_match(5.+1j))
Beispiel #5
0
 def test_type_match_float(self):
     s = c_spec.complex_converter()
     assert_(not s.type_match(5.))
Beispiel #6
0
 def test_type_match_string(self):
     s = c_spec.complex_converter()
     assert_(not s.type_match('string'))