Example #1
0
    def tearDown(self):

        del plugins.plugins['test1']
        del plugins.plugins['test2']
        del plugins.plugins['test3']

        db.destroy()
Example #2
0
    def tearDown(self):

        del plugins.plugins['test1']
        del plugins.plugins['test2']
        del plugins.plugins['test3']

        db.destroy()
Example #3
0
 def tearDown(self):
     plugins.plugins.clear()
     db.destroy()
Example #4
0
 def tearDown(self):
     db.destroy()
Example #5
0
 def tearDown(self):
     db.destroy()