Exemplo n.º 1
0
def removeDummy():

    Recruit.drop_collection()
    Company.drop_collection()
Exemplo n.º 2
0
 def tearDownClass(cls):
     Recruit.drop_collection()
     Company.drop_collection()