예제 #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()