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

Function test_range

tools/shell/test/test_shell_basics.py:17–20  ·  view source on GitHub ↗
(temp_db)

Source from the content-addressed store, hash-verified

15
16
17def test_range(temp_db) -> None:
18 test = ShellTest().add_argument(temp_db).statement("RETURN RANGE(0, 10) AS a;")
19 result = test.run()
20 result.check_stdout("[0,1,2,3,4,5,6,7,8,9,10]")
21
22
23@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 5

ShellTestClass · 0.90
statementMethod · 0.80
add_argumentMethod · 0.80
check_stdoutMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected