MCPcopy Index your code
hub / github.com/python/cpython / test_cli_version

Method test_cli_version

Lib/test/test_sqlite3/test_cli.py:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self.assertIn("Python sqlite3 CLI", out)
54
55 def test_cli_version(self):
56 out = self.expect_success("-v")
57 self.assertIn(sqlite3.sqlite_version, out)
58
59 def test_cli_execute_sql(self):
60 out = self.expect_success(":memory:", "select 1")

Callers

nothing calls this directly

Calls 2

expect_successMethod · 0.95
assertInMethod · 0.80

Tested by

no test coverage detected