Re: [Django] #23332: Change format of test runner output

2016-10-03 Thread Django
#23332: Change format of test runner output
-+-
 Reporter:  Philipp Metzler  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Testing framework|  Version:  1.5
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Chris Jerdonek):

 * cc: chris.jerdonek@… (added)


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.52048b8bed0d5fdd024014142ee90814%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23332: Change format of test runner output

2016-09-20 Thread Django
#23332: Change format of test runner output
-+-
 Reporter:  Philipp Metzler  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Testing framework|  Version:  1.5
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 Following duplicate ticket #27255, a [https://groups.google.com/d/topic
 /django-developers/6nyN2PkpZik/discussion django-developers thread]
 proposes to reopen this issue.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.844d3b044c676f6836ae4247d14efd5b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23332: Change format of test runner output

2014-09-17 Thread Django
#23332: Change format of test runner output
-+-
 Reporter:  googol7  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  1.5
Component:  Testing framework|   Resolution:  wontfix
 Severity:  Normal   | Triage Stage:
 Keywords:   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by googol7):

 created an issue here: http://bugs.python.org/issue22431

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.6fe79f4511c6fdb5d33ecc4f4cd1f989%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23332: Change format of test runner output

2014-08-21 Thread Django
#23332: Change format of test runner output
-+-
 Reporter:  googol7  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  1.5
Component:  Testing framework|   Resolution:  wontfix
 Severity:  Normal   | Triage Stage:
 Keywords:   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by areski):

 I think you could achieve this by hacking the
 https://docs.python.org/2/library/unittest.html#unittest.TestResult
 Here an example of testrunner adding color:
 https://github.com/stevematney/redgreenunittests

 My guess would be to use the same hack around TestResult to change the
 output format.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f721e2a59a0146735779e9cbbfe35e4a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23332: Change format of test runner output

2014-08-21 Thread Django
#23332: Change format of test runner output
-+-
 Reporter:  googol7  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  1.5
Component:  Testing framework|   Resolution:  wontfix
 Severity:  Normal   | Triage Stage:
 Keywords:   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by carljm):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => wontfix
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 Django uses the built-in `unittest` library of Python, and the test output
 is entirely handled by `unittest`. So there is nothing in Django which
 could be changed to modify this output. The feature request seems
 reasonable to me, but it would need to be pursued as a change in the
 Python standard library.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f125d6852381ec8b09c8f5fe134ad99a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #23332: Change format of test runner output

2014-08-21 Thread Django
#23332: Change format of test runner output
--+
 Reporter:  googol7   |  Owner:  nobody
 Type:  Cleanup/optimization  | Status:  new
Component:  Testing framework |Version:  1.5
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 Can I change the test runner output format to

 main.tests.tests.TimeSlotTestCase.test_creation ... ERROR

 instead of

 test_creation (main.tests.tests.TimeSlotTestCase) ... ERROR

 so that I can easily just copy that line and run the test again
 without having to remove the brackets () and having to copy the name of
 the test behind the class and add a .?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.948ba0a8c65328d68f8c9310c47cb2b8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.