Opened 16 months ago
Closed 16 months ago
#35695 closed Cleanup/optimization (fixed)
Running tests leaves empty unused directory behind
| Reported by: | Hisham Mahmood | Owned by: | Hisham Mahmood |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Running ./runtests.py model_fields.test_filefield.FileFieldTests.test_delete_content_file actually creates a file on disk and then deletes it leaving an empty unused/ directory behind. No other tests in model_fields.test_filefield.FileFieldTests create any files on disk.
I suggest that we move this to a temporary folder like done in https://github.com/django/django/pull/18396 but for model_fields instead of model_forms
Change History (3)
comment:1 by , 16 months ago
| Has patch: | set |
|---|
comment:2 by , 16 months ago
| Component: | Uncategorized → Testing framework |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
Thanks for noticing!
Note:
See TracTickets
for help on using tickets.
PR