Currently a lot of tests look like e.g. QC = self.test_trace.get_onboard_QC_values() leak_correct.get_QC_dict(QC) these should really use e.g. self.assertEqual(..., ...) to check the result against a known output
Currently a lot of tests look like e.g.
these should really use e.g. self.assertEqual(..., ...) to check the result against a known output