aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_workbench.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-1/+1
* Fixing one more bytes vs string battle in Python 3Christopher Allan Webber2016-02-111-2/+2
* Fix an usage of file().Berker Peksag2014-06-081-1/+1
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-3/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+3
* Cleanup storage after test, and test .delete_dir().Elrond2013-04-211-1/+3
* Testing: Remove some left over files/dirs.Elrond2013-04-081-1/+10
* All mediagoblin tests now pass with py.test (switched setUp to setup)Christopher Allan Webber2013-04-031-1/+1
* Move workbench into tools directory.Elrond2013-01-171-1/+1
* Add @get_workbench testSebastian Spaeth2013-01-161-2/+19
* Shorten Workbench(Manager) method namesSebastian Spaeth2013-01-161-6/+7
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-1/+0
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Move destroy_workbench to Workbench classElrond2011-06-141-11/+4
* Drop WorkbenchManager.localized_file()Elrond2011-06-141-6/+5
* Create a Workbench class and use it everywhere.Elrond2011-06-131-12/+18
* possibly_localize_file->localized_file... a bit less terribly long.Christopher Allan Webber2011-06-111-5/+5
* Don't bother returning whether or not we copied it or not, we canChristopher Allan Webber2011-06-111-5/+4
* Moving workbench out of process_mediaChristopher Allan Webber2011-06-111-1/+1
* test WorkbenchManager.possibly_localize_file()Christopher Allan Webber2011-06-111-0/+43
* Make sure workbench won't kill directories out of scope.Christopher Allan Webber2011-06-111-6/+16
* Tests for creating/destroying workbenchesChristopher Allan Webber2011-06-111-0/+44