Cleanup storage after test, and test .delete_dir().
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 21 Apr 2013 17:19:40 +0000 (19:19 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 21 Apr 2013 17:26:57 +0000 (19:26 +0200)
commitfd1202b7745a536428cdfe1d862a07bf59a3ad43
treebd8c5ec12211402a3a1ad81b3d5f44edb7e483d4
parent449863863a747279b038f9b195ac60c547b73fe2
Cleanup storage after test, and test .delete_dir().

The storage tests work in the system's tmpdir. The python
docs say, we should clean up after using things.  Yes the
directory should be cleaned up on reboot, but if running
tests a lot, the tmpdir could fill up, so we should really
cleanup.

So use the new .delete_dir() on the storage interface to
cleanup test dirs and get them finally removed with
os.rmdir. All nicely packed into cleanup_storage().
mediagoblin/tests/test_storage.py
mediagoblin/tests/test_workbench.py