MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / test_enter

Function test_enter

tools/shell/test/test_shell_control_search.py:37–44  ·  view source on GitHub ↗
(test, key)

Source from the content-addressed store, hash-verified

35)
36@pytest.mark.parametrize("test", ["multiline", "singleline"], indirect=True)
37def test_enter(test, key) -> None:
38 set_up_search(test)
39 test.send_statement("databases")
40 test.send_finished_statement(key)
41 assert (
42 test.shell_process.expect_exact(["\u2502 databases rule \u2502", pexpect.EOF])
43 == 0
44 )
45
46
47@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 3

send_statementMethod · 0.80
set_up_searchFunction · 0.70

Tested by

no test coverage detected