test_run_exclude_patterns() — flask Function Reference
Architecture documentation for the test_run_exclude_patterns() function in test_cli.py from the flask codebase.
Entity Profile
Dependency Diagram
graph TD 03dd1fec_e2c2_19aa_e18f_8ded62754115["test_run_exclude_patterns()"] 62c63da0_a9c3_ab0a_4c48_a9413eac90e3["test_cli.py"] 03dd1fec_e2c2_19aa_e18f_8ded62754115 -->|defined in| 62c63da0_a9c3_ab0a_4c48_a9413eac90e3 style 03dd1fec_e2c2_19aa_e18f_8ded62754115 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tests/test_cli.py lines 700–702
def test_run_exclude_patterns():
ctx = run_command.make_context("run", ["--exclude-patterns", __file__])
assert ctx.params["exclude_patterns"] == [__file__]
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does test_run_exclude_patterns() do?
test_run_exclude_patterns() is a function in the flask codebase, defined in tests/test_cli.py.
Where is test_run_exclude_patterns() defined?
test_run_exclude_patterns() is defined in tests/test_cli.py at line 700.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free