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

Config file #66

Open matcatc opened 14 years ago

matcatc commented 14 years ago

If we start getting crazy with the command line, it could become confusing/irritating to type out the command each time. So we might then want to consider an user defined options file to read options in from when not specified by the user.

http://wiki.python.org/moin/ConfigParserShootout

Note: this issue was created because of Ant-Junit issue raised the possibility that we might end with a lot of command line options.

Note: we might not want to get really serious with this until it would actually be useful/helpful. Remember: YAGNI

Also worth noting is that users can write aliases, scripts, etc. to simplify envocation of Test Parser, making a config file unnecessary.