aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Nosetests should now be able to run using the new configobj / app init setupChristopher Allan Webber2011-06-183-26/+42
| * | Only kill the database if it's really set up.Christopher Allan Webber2011-06-181-3/+4
| * | Tests for mediagoblin.config functionsChristopher Allan Webber2011-06-185-0/+134
* | | Removing unused pkg_resources import from test_celery_setupChristopher Allan Webber2011-06-181-2/+0
|/ /
* | logins are now somewhat testedChris Moylan2011-06-171-5/+43
* | Merge remote branch 'remotes/elrond/dev/workbench_class'Christopher Allan Webber2011-06-141-26/+24
|\ \
| * | 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
* | | A super strict HTML cleaner method with mediocre tests.Christopher Allan Webber2011-06-131-0/+19
|/ /
* | mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-124-13/+13
* | Merge remote branch 'remotes/elrond/idea/tests_kill_db'Christopher Allan Webber2011-06-121-0/+11
|\ \ | |/ |/|
| * Tests: Kill the whole testing database after all testsElrond2011-06-101-0/+11
* | 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
* | Added a FakeRemoteStorage, for testing purposesChristopher Allan Webber2011-06-111-2/+10
* | 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
* | Adding a copy_locally() method to the StorageInterface and giving it a test.Christopher Allan Webber2011-06-111-0/+16
* | Allow storage systems to be local and allow for a get_local_pathChristopher Allan Webber2011-06-111-0/+17
|/
* A setup_fresh_app decorator which should make writing tests a bit easier.Christopher Allan Webber2011-06-062-5/+19
* Docstring for test_register_views()Christopher Allan Webber2011-06-051-0/+3
* Make sure that two users with the same username can't register.Christopher Allan Webber2011-06-051-1/+14
* Email verification view test worksChristopher Allan Webber2011-06-051-1/+25
* Make sure we can register, and then that we get the verification emailChristopher Allan Webber2011-06-051-4/+46
* Make sure that get_test_app() really does wipe the databaseChristopher Allan Webber2011-06-051-0/+38
* Just a bit of formatting for these unfinished tests ;)Christopher Allan Webber2011-06-051-2/+4
* Test registration form integrityChristopher Allan Webber2011-06-051-0/+64
* The first bit of the registration tests working. Not fully there, butChristopher Allan Webber2011-06-051-0/+26
* Actually it's a lot better of an idea to load the full application outChristopher Allan Webber2011-06-051-4/+3
* Proper webtest infrastructure... seems to be about right anyway :)Christopher Allan Webber2011-06-042-0/+140
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-0/+8
* Added some locale determination toolsChristopher Allan Webber2011-05-121-0/+26
* send_email tool and email sending testsChristopher Allan Webber2011-05-041-0/+41
* Force imports of stuff like mediagoblin.process_media which has tasks we needChristopher Allan Webber2011-05-031-2/+2
* Second round of tests for setup_celery_from_config(), with some database info...Christopher Allan Webber2011-05-011-1/+33
* tests for setup_celery_from_config()Christopher Allan Webber2011-04-302-0/+68
* Make certain bits of info accessable as global variables from anywhereChristopher Allan Webber2011-04-241-0/+29
* storage.storage_system_from_paste_config() utility, w/ testsChristopher Allan Webber2011-04-171-0/+34
* Moved app.load_controller -> util.import_component and added tests.Christopher Allan Webber2011-04-171-0/+30
* Test for BasicFileStorage.file_url()Christopher Allan Webber2011-04-161-1/+21
* Tests for BasicFileStorage.delete_file()Christopher Allan Webber2011-04-161-1/+16
* Tests for BasicFileStorage.get_file()Christopher Allan Webber2011-04-161-1/+33
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-133-3/+3
* Adds license/copyright header.Will Kahn-Greene2011-04-121-0/+15
* Test BasicFileStorage.get_unique_filepath()Christopher Allan Webber2011-04-101-2/+19
* Unit tests for BasicFileStorage.file_exists()Christopher Allan Webber2011-04-101-0/+13
* Started BasicFileStorage tests. test_basic_storage__resolve_filepath() done.Christopher Allan Webber2011-04-101-8/+52