Changes between Initial Version and Version 1 of Ticket #24982, comment 2
- Timestamp:
- Jul 1, 2015, 8:23:50 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24982, comment 2
initial v1 9 9 class CollectionTestCase 10 10 class TestDefaults 11 class TestNoFilesCreated12 def hashed_file_path13 class TestHashedFiles14 class FinderTestCase15 11 }}} 16 12 `settings.py`: … … 22 18 `test_finders.py`: 23 19 {{{ 20 class FinderTestCase 24 21 class TestFileSystemFinder 25 22 class TestAppDirectoriesFinder … … 29 26 `test_management.py`: 30 27 {{{ 28 class TestNoFilesCreated 31 29 class TestFindStatic 32 30 class TestConfiguration … … 42 40 `test_storage.py`: 43 41 {{{ 42 def hashed_file_path 43 class TestHashedFiles 44 44 class TestCollectionCachedStorage 45 45 class TestCollectionManifestStorage