MCPcopy Create free account
hub / github.com/CITGuru/PyInquirer / test_password

Function test_password

tests/test_example_password.py:11–21  ·  view source on GitHub ↗
(example_app)

Source from the content-addressed store, hash-verified

9
10
11def test_password(example_app):
12 example_app.expect(textwrap.dedent("""\
13 ? Enter your git password """))
14 example_app.writeline('asdf')
15 example_app.expect(textwrap.dedent("""\
16 ? Enter your git password ****
17 {
18 "password": "asdf"
19 }
20
21 """))

Callers

nothing calls this directly

Calls 2

expectMethod · 0.80
writelineMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…