#14603 closed (wontfix)
Copy & paste-able unittest output
Reported by: | teh | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It's a change to the fail output
FAIL: test_something (project.app.tests.TestClass)
it will print
FAIL: app.TestClass.test_something
The advantage of this is that the latter test "path" can be copy & pasted directly after ./manage.py test.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | 0001-Change-description-for-failed-tests-to-a-copy-paste-.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
OK thanks - this change makes little sense outside of django. I'll add it to my local patch queue.
Note:
See TracTickets
for help on using tickets.
The unittest directory is a backport of unittest2, it should never be modified directly. If you'd like this change you should propose it upstream.