Quiz on TDD with Flask
Test your grasp on test-driven development with Flask and pytest.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is a route in Flask?
A.
A path to a static file in the project directory.
B.
A function that maps a URL to a specific function in the code.
C.
A decorator used to define URL patterns.
D.
A file that contains HTML templates.
1 / 5