Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up tests | Sebastian Spaeth | 2012-12-21 | 1 | -4/+5 |
| | | | | | | | | | | | | empty find() queries would not work anymore with the simplified .find compatability code, so remove these and use proper sqlalchemy in the tests. The storage test failed because my virtualenv environment ran mediagoblin/local/mediagoblin/tests/test_storage.py and somehow decided the 2 classes are different objects. Just test against the full class name. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Tests for StorageInterface*.copy_local_to_storage() | Christopher Allan Webber | 2011-11-20 | 1 | -0/+27 |
| | |||||
* | Feature #587 - Split storage.py into submodules | Joar Wandborg | 2011-09-12 | 1 | -3/+3 |
| | | | | | | | | | * Removed storage.py * Created submodules for filestorage, cloudfiles, mountstorage * Changed test_storage to reflect the changes made in the storage module structure * Added mediagoblin.storage.filestorage.BasicFileStorage as a default for both publicstore and queuestore's `storage_class` | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Updating tests for new storage config code | Christopher Allan Webber | 2011-08-21 | 1 | -12/+9 |
| | |||||
* | renaming storage_system_from_paste_config()->storage_system_from_config() | Christopher Allan Webber | 2011-06-19 | 1 | -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 purposes | Christopher Allan Webber | 2011-06-11 | 1 | -2/+10 |
| | |||||
* | Adding a copy_locally() method to the StorageInterface and giving it a test. | Christopher Allan Webber | 2011-06-11 | 1 | -0/+16 |
| | |||||
* | Allow storage systems to be local and allow for a get_local_path | Christopher Allan Webber | 2011-06-11 | 1 | -0/+17 |
| | | | | method if applicable. | ||||
* | storage.storage_system_from_paste_config() utility, w/ tests | Christopher Allan Webber | 2011-04-17 | 1 | -0/+34 |
| | |||||
* | Test for BasicFileStorage.file_url() | Christopher Allan Webber | 2011-04-16 | 1 | -1/+21 |
| | |||||
* | Tests for BasicFileStorage.delete_file() | Christopher Allan Webber | 2011-04-16 | 1 | -1/+16 |
| | |||||
* | Tests for BasicFileStorage.get_file() | Christopher Allan Webber | 2011-04-16 | 1 | -1/+33 |
| | |||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Test BasicFileStorage.get_unique_filepath() | Christopher Allan Webber | 2011-04-10 | 1 | -2/+19 |
| | |||||
* | Unit tests for BasicFileStorage.file_exists() | Christopher Allan Webber | 2011-04-10 | 1 | -0/+13 |
| | |||||
* | Started BasicFileStorage tests. test_basic_storage__resolve_filepath() done. | Christopher Allan Webber | 2011-04-10 | 1 | -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 Webber | 2011-04-09 | 1 | -0/+9 |
| | |||||
* | file storage filelist cleaning | Christopher Allan Webber | 2011-04-09 | 1 | -0/+32 |