Hey! I'm your first Markdown document in StackEdit[^stackedit]. Don't delete me, I'm very helpful! I can be recovered anyway in the Utils tab of the Settings dialog.
Documents
import re | |
from transcribe import main | |
def test_main(resource, capsys): | |
main(resource('audio.raw')) | |
out, err = capsys.readouterr() | |
assert re.search(r'how old is the Brooklyn Bridge', out, re.DOTALL | re.I) |
All these Gist files are explained on my Open API Specification (fka Swagger Specification) tutorial on API Handyman blog.
This tutorial is composed of several posts, here are the posts links and files used for each one: