changeset 4766 | 162b2b127b15 |
parent 4191 | 01638461d4b0 |
child 5173 | 73760bbb66bd |
child 5421 | 8167de96c523 |
--- a/server/test/unittest_rqlannotation.py Wed Mar 03 17:59:05 2010 +0100 +++ b/server/test/unittest_rqlannotation.py Wed Mar 03 18:30:25 2010 +0100 @@ -8,6 +8,11 @@ repo, cnx = init_test_database() +def teardown_module(*args): + global repo, cnx + del repo, cnx + + class SQLGenAnnotatorTC(BaseQuerierTC): repo = repo