コード例 #1
0
def test_transcribe_multichannel_file(capsys):
    transcribe_file_with_multichannel(
        os.path.join(RESOURCES, 'Google_Gnome.wav'))
    out, err = capsys.readouterr()

    assert 'OK Google stream stranger things from Netflix to my TV' in out
コード例 #2
0
def test_transcribe_multichannel_file(capsys):
    transcribe_file_with_multichannel()
    out, err = capsys.readouterr()

    assert 'OK Google stream stranger things from Netflix to my TV' in out
コード例 #3
0
def test_transcribe_multichannel_file(capsys):
    transcribe_file_with_multichannel()
    out, err = capsys.readouterr()

    assert 'OK Google stream stranger things from Netflix to my TV' in out
コード例 #4
0
def test_transcribe_multichannel_file(capsys):
    transcribe_file_with_multichannel(
        os.path.join(RESOURCES, 'Google_Gnome.wav'))
    out, err = capsys.readouterr()

    assert 'OK Google stream stranger things from Netflix to my TV' in out