Ticket #1282 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

TestRunner: more verbosity

Reported by: dborca at yahoo dot com Assigned to: bdelbosc
Priority: P3 Milestone: unspecified
Component: funkload Version: unspecified
Severity: normal Keywords:
Cc:

Description

It would be nice to logd each additional resource (css, image).

Change History

01/19/06 10:01:25 changed by bdelbosc

  • priority changed from P1 to P3.
  • milestone changed from CPS 3.2.5 to unspecified.

I agree, I will try to add a kind of -vv mode.

01/19/06 10:47:20 changed by bdelbosc

  • summary changed from more verbosity to TestRunner: more verbosity.

01/26/06 11:53:34 changed by bdelbosc

  • status changed from new to closed.
  • resolution set to fixed.

trunk version provides an --debug-level=2 which renders times for additional resources::

>>> from funkload.FunkLoadDocTest import FunkLoadDocTest
>>> fl = FunkLoadDocTest(debug=True, debug_level=2)
runTest: FunkLoadTestCase.clearContext done
>>> fl.get('http://funkload.nuxeo.org')
runTest: GET: http://funkload.nuxeo.org
        Page 4:  ...
runTest:  Done in 1.031s
runTest:  Load css and images...
runTest:     img: http://funkload.nuxeo.org/icons/blank.gif ...
runTest:      Done in 0.427s
runTest:     img: http://funkload.nuxeo.org/text.png ...
runTest:      Done in 0.360s
runTest:     img: http://funkload.nuxeo.org/pdf.png ...
runTest:      Done in 0.394s
runTest:     img: http://funkload.nuxeo.org/burst.png ...
runTest:      Done in 0.431s
runTest:     img: http://funkload.nuxeo.org/folder.png ...
runTest:      Done in 0.462s
runTest:   Done in 2.074s
<response url="http://funkload.nuxeo.org:80/" code="200" message="OK" />