test_templates_list() — flask Function Reference
Architecture documentation for the test_templates_list() function in test_blueprints.py from the flask codebase.
Entity Profile
Dependency Diagram
graph TD f37ce212_b561_8656_c0af_ea5a34e9b8ae["test_templates_list()"] 4366a441_d387_52f9_ec8d_1c41c71c00a8["test_blueprints.py"] f37ce212_b561_8656_c0af_ea5a34e9b8ae -->|defined in| 4366a441_d387_52f9_ec8d_1c41c71c00a8 style f37ce212_b561_8656_c0af_ea5a34e9b8ae fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tests/test_blueprints.py lines 247–251
def test_templates_list(test_apps):
from blueprintapp import app
templates = sorted(app.jinja_env.list_templates())
assert templates == ["admin/index.html", "frontend/index.html"]
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does test_templates_list() do?
test_templates_list() is a function in the flask codebase, defined in tests/test_blueprints.py.
Where is test_templates_list() defined?
test_templates_list() is defined in tests/test_blueprints.py at line 247.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free