コード例 #1
0
ファイル: test_icon.py プロジェクト: Schevo/schevo
 def setUp(self):
     CreatesSchema.setUp(self)
     # Install the filesystem icon plugin to the database.
     schevo.icon.install(self.db, TEST_ICONS)
コード例 #2
0
ファイル: test_change.py プロジェクト: gldnspud/schevo
 def setUp(self):
     CreatesSchema.setUp(self)
     louie.reset()
     db.dispatch = True
     dist = self.dist = Distributor(db)