Skip to content
Snippets Groups Projects
Commit ab7b600b authored by Adriaan Renting's avatar Adriaan Renting
Browse files

SW-223: Updated tests as result of Dysco changes in the ResourceEstimator

parent 5e28ebf4
No related branches found
No related tags found
No related merge requests found
...@@ -227,8 +227,6 @@ class TestEstimationsAgainstGoldenOutput(unittest.TestCase): ...@@ -227,8 +227,6 @@ class TestEstimationsAgainstGoldenOutput(unittest.TestCase):
# Assert # Assert
error_messages = self.get_uut_errors(estimation) error_messages = self.get_uut_errors(estimation)
self.assertEqual(len(error_messages), 0, "\nThe uut reported errors:\n" + '\n- '.join(error_messages)) self.assertEqual(len(error_messages), 0, "\nThe uut reported errors:\n" + '\n- '.join(error_messages))
logger.warning(self.get_datastructure_as_string(estimation))
logger.warning(golden_estimation)
self.assertEqual(self.get_datastructure_as_string(estimation), golden_estimation) self.assertEqual(self.get_datastructure_as_string(estimation), golden_estimation)
@mock.patch('lofar.sas.resourceassignment.resourceassignmentestimator.resource_estimators.reservation.AntennaSetsParser') @mock.patch('lofar.sas.resourceassignment.resourceassignmentestimator.resource_estimators.reservation.AntennaSetsParser')
...@@ -480,4 +478,4 @@ class TestEstimationsAgainstGoldenOutput(unittest.TestCase): ...@@ -480,4 +478,4 @@ class TestEstimationsAgainstGoldenOutput(unittest.TestCase):
if __name__ == '__main__': if __name__ == '__main__':
logging.basicConfig(format='%(asctime)s %(levelname)s %(message)s', level=logging.WARNING) logging.basicConfig(format='%(asctime)s %(levelname)s %(message)s', level=logging.WARNING)
unittest.main(defaultTest="TestEstimationsAgainstGoldenOutput.test_estimate_for_calibration_pipeline_dysco") unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment