コード例 #1
0
 def test_points_errors(self, obj):
     with pytest.raises(TypeError):
         get_maxima_indices(test_list_ints, points=obj)
コード例 #2
0
 def test_ion_intensities_errors(self, obj):
     with pytest.raises(TypeError):
         get_maxima_indices(obj)