Exemplo n.º 1
0
 def test_new_file(self):
     storage = FileSystemStorage(os.path.dirname(__file__))
     assert isinstance(storage.new_file(), FileSystemStorageFile)