Re: need data structure to for test results analysis

2013-07-06 Thread Joshua Landau
On 6 July 2013 15:58, wrote: > I have a python program that reads test result information from SQL and > creates the following data that I want to capture in a data structure so it > can be prioritized appropriately :- > > test_name new fail P1 > test_n

need data structure to for test results analysis

2013-07-06 Thread terry433iid
I have a python program that reads test result information from SQL and creates the following data that I want to capture in a data structure so it can be prioritized appropriately :- test_name new fail P1 test_name known fail (but no bug logged)