Home / Function/ test_locate_app_raises() — flask Function Reference

test_locate_app_raises() — flask Function Reference

Architecture documentation for the test_locate_app_raises() function in test_cli.py from the flask codebase.

Entity Profile

Dependency Diagram

graph TD
  0412532b_cdfd_9a14_e887_74cd2e31ca88["test_locate_app_raises()"]
  62c63da0_a9c3_ab0a_4c48_a9413eac90e3["test_cli.py"]
  0412532b_cdfd_9a14_e887_74cd2e31ca88 -->|defined in| 62c63da0_a9c3_ab0a_4c48_a9413eac90e3
  style 0412532b_cdfd_9a14_e887_74cd2e31ca88 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_cli.py lines 217–219

def test_locate_app_raises(test_apps, iname, aname):
    with pytest.raises(NoAppException):
        locate_app(iname, aname)

Subdomains

Defined In

Frequently Asked Questions

What does test_locate_app_raises() do?
test_locate_app_raises() is a function in the flask codebase, defined in tests/test_cli.py.
Where is test_locate_app_raises() defined?
test_locate_app_raises() is defined in tests/test_cli.py at line 217.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free