From 577d630ad2110fbde73008c2ba96f38319024334 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 29 Jul 2014 19:44:10 -0700 Subject: Addressed CR comments. --- client/test.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/test.py') diff --git a/client/test.py b/client/test.py index 69567bb..6186642 100644 --- a/client/test.py +++ b/client/test.py @@ -28,9 +28,7 @@ class TestMic(unittest.TestCase): self.jasper_clip = "../static/audio/jasper.wav" self.time_clip = "../static/audio/time.wav" - from mic import Mic from stt import PocketSphinxSTT - self.stt = PocketSphinxSTT() def testTranscribeJasper(self): @@ -41,7 +39,6 @@ class TestMic(unittest.TestCase): def testTranscribe(self): """Does Jasper recognize 'time' (i.e., active listen)?""" transcription = self.stt.transcribe(self.time_clip) - print transcription self.assertTrue("TIME" in transcription) -- cgit v1.3.1