Changeset a6f9ebf for python/tests


Ignore:
Timestamp:
May 16, 2016, 5:23:56 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
44a3e5e
Parents:
0b6d23d
Message:

python/tests/test_mathutils.py: can also raise NotImplementedError? (darwin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_mathutils.py

    r0b6d23d ra6f9ebf  
    2929
    3030    def test_unwrap2pi_fails_on_list(self):
    31         with self.assertRaises(TypeError):
     31        with self.assertRaises((TypeError, NotImplementedError)):
    3232            unwrap2pi(["23.","24.",25.])
    3333
Note: See TracChangeset for help on using the changeset viewer.