Closed Bug 725894 Opened 12 years ago Closed 12 years ago

move output-related functions to results.py

Categories

(Testing :: Talos, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 755527

People

(Reporter: k0scist, Unassigned)

Details

run_tests.py has several functions related to output: send_to_csv,
send_to_graph, construct_results, results_from_graph and supporting
functions

These really have nothing to do with running the tests!  They belong
in results.py where stuff having to do with post-processing results
live.

For bonus points, two classes should be made: One for CSV output and
one for graphserver output.  Output should be pluggable and we should
have an interface for it.  This way if we need to change things we can
just add a new class, though it does require us to define what results is.
This is basically the same intent of bug 755527
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.