MCPcopy Create free account
hub / github.com/ipython/ipython / test_audio_from_file

Function test_audio_from_file

IPython/lib/tests/test_display.py:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 nt.assert_equal(len(actual), 2, actual)
186
187def test_audio_from_file():
188 path = pjoin(dirname(__file__), 'test.wav')
189 display.Audio(filename=path)
190
191class TestAudioDataWithNumpy(TestCase):
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected