aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_storage.py
Commit message (Collapse)AuthorAgeFilesLines
* renaming storage_system_from_paste_config()->storage_system_from_config()Christopher Allan Webber2011-06-191-3/+3
| | | | | As Elrond points out, this name doesn't make sense anymore since this isn't based on the paste config. Thanks Elrond!
* Added a FakeRemoteStorage, for testing purposesChristopher Allan Webber2011-06-111-2/+10
|
* 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
| | | | method if applicable.
* storage.storage_system_from_paste_config() utility, w/ testsChristopher Allan Webber2011-04-171-0/+34
|
* 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-131-1/+1
|
* 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