diff test/test_process.py @ 101:0c5a4dc04ed9

Remove some unimplemented bits
author Chris Cannam
date Tue, 10 Feb 2015 12:08:22 +0000
parents 72be91c3cb3d
children 9343eee50605
line wrap: on
line diff
--- a/test/test_process.py	Tue Feb 10 10:56:44 2015 +0000
+++ b/test/test_process.py	Tue Feb 10 12:08:22 2015 +0000
@@ -74,7 +74,7 @@
         actual = results[i]["values"][0]
         assert actual == expected
 
-def test_process_summary_frames():
+def test_process_frames_summary():
     buf = input_data(blocksize * 10)
     ff = fr.frames_from_array(buf, blocksize, blocksize)
     results = list(vamp.process_frames(ff, rate, blocksize, plugin_key, "input-summary", {}))
@@ -103,7 +103,7 @@
         actual = results[i]["input-summary"]["values"][0]
         assert actual == expected
 
-def test_process_multi_summary_frames():
+def test_process_frames_multi_summary():
     buf = input_data(blocksize * 10)
     ff = fr.frames_from_array(buf, blocksize, blocksize)
     results = list(vamp.process_frames_multiple_outputs(ff, rate, blocksize, plugin_key, [ "input-summary" ], {}))