()
| 185 | nt.assert_equal(len(actual), 2, actual) |
| 186 | |
| 187 | def test_audio_from_file(): |
| 188 | path = pjoin(dirname(__file__), 'test.wav') |
| 189 | display.Audio(filename=path) |
| 190 | |
| 191 | class TestAudioDataWithNumpy(TestCase): |
| 192 |
nothing calls this directly
no outgoing calls
no test coverage detected