Пример #1
0
 def test_returns_list_of_files_on_success(self):
     storage = FileSystemStorage(os.path.dirname(__file__))
     assert os.path.basename(__file__) in storage.list_files()