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

Method test_simple

Lib/test/test_sqlite3/test_backup.py:61–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self.cx.backup(bck, 1)
60
61 def test_simple(self):
62 with memory_database() as bck:
63 self.cx.backup(bck)
64 self.verify_backup(bck)
65
66 def test_progress(self):
67 journal = []

Callers

nothing calls this directly

Calls 3

verify_backupMethod · 0.95
memory_databaseFunction · 0.85
backupMethod · 0.80

Tested by

no test coverage detected