matcatc / Test_Parser

parses and displays the output from test logs
http://matcatc.github.com/Test_Parser
GNU General Public License v3.0
1 stars 0 forks source link

read in data file #98

Closed matcatc closed 14 years ago

matcatc commented 14 years ago

Instead of using an executable or script for the test data to display, allow users to provide a data file with all of the data.

Benefits:

Use a switch (maybe -f) to indicate that a file is being passed in instead of a runner.

 Example: TestParser_main.py -f Boost BoostFile.xml

Don't forget to allow for - and stdin.

matcatc commented 14 years ago
matcatc commented 14 years ago

Just need a test for stdin. But I don't know how to implement. Seeing as its just one line that won't be covered, we can move on and come back later.