Tests: Kill the whole testing database after all tests
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 10 Jun 2011 19:59:04 +0000 (21:59 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 10 Jun 2011 19:59:04 +0000 (21:59 +0200)
commit12c559447a75fa4b43872ccda544762a331a1bed
treee95ad62c91308df289180e3d79af167c527ce353
parentd07713d0b0696528927e720e957ac4d049e3f46f
Tests: Kill the whole testing database after all tests

nose allows setup and teardown functions at the package
level. So use this to drop the complete database after all
tests have finished.
mediagoblin/tests/__init__.py