Re: need data structure to for test results analysis
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
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)