Testing: Remove some left over files/dirs.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 8 Apr 2013 13:06:03 +0000 (15:06 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 8 Apr 2013 15:03:26 +0000 (17:03 +0200)
commit25067d811019bccb7b39bc7093a9b07a659c7a19
tree4e0f2bf1b532b0bcf0daec94d05029fd970202d7
parent8ec87dc3fddc70c000040e4983df923814de65cc
Testing: Remove some left over files/dirs.

When using tempfile.* in testing, those files get created
in the system tempdir. The docs say, we should try to
remove them.
Yes, the next reboot will clean them up also.

And in the workbench case, check after each test, that the
global workbench dir is empty (so the sub-workbcnhes have
been destroyed).
mediagoblin/tests/test_storage.py
mediagoblin/tests/test_workbench.py