statements about doctests
Tests can be either at the top of the source or within the function body
It is not compulsory for each function to have a test
Using the Response object returned by a GET request call, what property can you use to check that the HTTP request was successfull?
status_code
Which of these header fields in a Response object can be used to check whether the response content is in JSON format?
Content-Type
What is the template-definition language supported by Flask?
Jinja
Which of these Flask functions can be used to render an HTML file?
render_template