Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ test_run_exclude_patterns
Function
test_run_exclude_patterns
tests/test_cli.py:700–702 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
698
699
700
def
test_run_exclude_patterns():
701
ctx = run_command.make_context(
"run"
, [
"--exclude-patterns"
, __file__])
702
assert ctx.params[
"exclude_patterns"
] == [__file__]
Callers
nothing calls this directly
Calls
1
make_context
Method · 0.80
Tested by
no test coverage detected