示例#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()