FlaPy
FlaPy copied to clipboard
Feature deterministic results parser
Adresses issue #9 The results_parser should now sort the data frames according to certain keys:
-test_overview changes the data type of verdicts to tuple in order to enable sorting, because the values must be hashable. Using lists or sets caused an error: TypeError: unhashable type: 'set / list'
-classification_template sorts by Project_Name, Project_URL, Project_Hash and Test_name in ascending order
-passed_failed sorts by Passed_sameOrder and Passed_randomOrder
If there is no necessity for passed_failed (L. 979) to be sorted, you can probably delete this line.