MCPcopy Index your code
hub / github.com/CITGuru/PyInquirer / test_without_expand

Function test_without_expand

tests/test_example_expand.py:12–27  ·  view source on GitHub ↗
(example_app)

Source from the content-addressed store, hash-verified

10
11
12def test_without_expand(example_app):
13 example_app.expect(textwrap.dedent("""\
14 ? Conflict on `file.js`: (yAdxh)
15 >> Overwrite this one and all next"""))
16 example_app.write('x')
17 example_app.expect(textwrap.dedent("""\
18
19 Abot """)) # only registers changed chars :)
20 example_app.write(keys.ENTER)
21 example_app.expect(textwrap.dedent("""\
22 ? Conflict on `file.js`: abort
23 {
24 "overwrite": "abort"
25 }
26
27 """))
28
29
30def test_with_expand(example_app):

Callers

nothing calls this directly

Calls 2

expectMethod · 0.80
writeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…