--
Ticket URL: <https://code.djangoproject.com/ticket/22389>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* component: Testing framework => contrib.formtools
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
I can reproduce these errors.
--
Ticket URL: <https://code.djangoproject.com/ticket/22389#comment:1>
Comment (by anubhav9042):
I tried to find the reason behind the error, tried to fix it but could not
uptil now.
I have some observations, they may/may not be useful:
- I tried to print `type` of file being opened and object created and
found only `UploadedFile` and `InMemoryUploadedFile`
- The path that is shown in the traceback that could not be removed is no
longer there after the suite has run.
- When I just make
[https://github.com/django/django/blob/master/django/core/files/storage.py#L260
#files/storage.pyL260] this into docstring or in other words remove it
then my tests added in the commit
[https://github.com/django/django/commit/fa8b4735287c92b03d23823de8a4e1168d1951d9
fa8b47] fail, which seems quite strange as temporary files do not exist
before deletion as shown by failure of tests.
--
Ticket URL: <https://code.djangoproject.com/ticket/22389#comment:2>
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #22772 which has been fixed.
--
Ticket URL: <https://code.djangoproject.com/ticket/22389#comment:3>