Beispiel #1
0
 def test_null_response(self, temp_dir, function):
     simbad = Simbad()
     simbad.cache_location = temp_dir
     assert (simbad.__getattribute__(function)('idonotexist')
             is None)