#14271 closed (fixed)
Admin media tests assume absolute path from module.__file__
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.2 |
Severity: | 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
They fail, depending on your PYTHONPATH (for me it happens to occur under however I have my PyPy paths configured).
Attachments (1)
Change History (4)
by , 14 years ago
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [13874]) Fixed #14271 -- Use absolute path for admin media tests. Thanks, Alex Gaynor.