MCPcopy Index your code
hub / github.com/dbcli/pgcli / is_known_problem

Function is_known_problem

tests/features/environment.py:153–163  ·  view source on GitHub ↗

TODO: can we fix this?

(scenario)

Source from the content-addressed store, hash-verified

151
152
153def is_known_problem(scenario):
154 """TODO: can we fix this?"""
155 return scenario.name in (
156 'interrupt current query via "ctrl + c"',
157 "run the cli with --username",
158 "run the cli with --user",
159 "run the cli with --port",
160 "confirm exit when a transaction is ongoing",
161 "cancel exit when a transaction is ongoing",
162 "run the cli and exit",
163 )
164
165
166def before_scenario(context, scenario):

Callers 1

before_scenarioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected