aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Christopher Allan Webber2011-05-011-1/+33
| | | | information
* 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
| | | | Also switched to using assert_raises, which is only sane!
* Raise a specific error if a filename component can't be resolved into anything.Christopher Allan Webber2011-04-091-0/+9
|
* file storage filelist cleaningChristopher Allan Webber2011-04-091-0/+32
|
* Also make sure the auth system successfully returns False when loginChristopher Allan Webber2011-04-021-2/+12
| | | | failboats.
* Unit tests for our bcrypt auth stuff. Our first tests!Christopher Allan Webber2011-04-022-0/+49