コード例 #1
0
ファイル: test_snapshot.py プロジェクト: kats/idx
 def test_init(self):
     s = Snapshot('./', 'index.sqlite', './snapshots_t/')
     s.create()
     s.create()
     print "Latest %s" % s.replaceWithLatest()