def test_transcribe_file_with_enhanced_model(capsys):
    transcribe_file_with_enhanced_model(
        os.path.join(RESOURCES, 'commercial_mono.wav'))
    out, _ = capsys.readouterr()

    assert 'Chrome' in out
def test_transcribe_file_with_enhanced_model(capsys):
    transcribe_file_with_enhanced_model(
        os.path.join(RESOURCES, 'commercial_mono.wav'))
    out, _ = capsys.readouterr()

    assert 'Chrome' in out
Пример #3
0
def test_transcribe_file_with_enhanced_model(capsys):
    transcribe_file_with_enhanced_model()
    out, _ = capsys.readouterr()

    assert 'Chrome' in out
def test_transcribe_file_with_enhanced_model(capsys):
    transcribe_file_with_enhanced_model()
    out, _ = capsys.readouterr()

    assert 'Chrome' in out