Changes between Initial Version and Version 1 of Ticket #24982, comment 2


Ignore:
Timestamp:
Jul 1, 2015, 8:23:50 AM (9 years ago)
Author:
Moritz Sichert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24982, comment 2

    initial v1  
    99class CollectionTestCase
    1010class TestDefaults
    11 class TestNoFilesCreated
    12 def hashed_file_path
    13 class TestHashedFiles
    14 class FinderTestCase
    1511}}}
    1612`settings.py`:
     
    2218`test_finders.py`:
    2319{{{
     20class FinderTestCase
    2421class TestFileSystemFinder
    2522class TestAppDirectoriesFinder
     
    2926`test_management.py`:
    3027{{{
     28class TestNoFilesCreated
    3129class TestFindStatic
    3230class TestConfiguration
     
    4240`test_storage.py`:
    4341{{{
     42def hashed_file_path
     43class TestHashedFiles
    4444class TestCollectionCachedStorage
    4545class TestCollectionManifestStorage
Back to Top