)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e005fa250fae9a5ebf7acca92cafc6c9bf999da6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"8afd5121_3c82be06","updated":"2024-04-29 18:52:51.000000000","message":"Concurring. This change does not make sense at present since it is changing properties to methods as well. As such, abandoning the patch. If there is a reason to resurrect this patch, please reach out and let us know.\n\nThanks!","commit_id":"acfabea7c59ce2fe7319d2ed18c0355fe6c0ac77"},{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"bda83fc648ac587315c80da3ee2e55bfac8c0298","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"c367c61e_7512b749","updated":"2024-03-13 08:04:16.000000000","message":"mock calls in tests can work in a different way\nwe\u0027re not calling the function to execute it, but it\u0027s a reference of the function that is sent to the callable","commit_id":"acfabea7c59ce2fe7319d2ed18c0355fe6c0ac77"}],"sushy/tests/unit/resources/system/test_system.py":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e005fa250fae9a5ebf7acca92cafc6c9bf999da6","unresolved":true,"context_lines":[{"line_number":781,"context_line":"        self.sys_inst.json.pop(\u0027SimpleStorage\u0027)"},{"line_number":782,"context_line":"        with self.assertRaisesRegex("},{"line_number":783,"context_line":"                exceptions.MissingAttributeError, \u0027attribute SimpleStorage\u0027):"},{"line_number":784,"context_line":"            self.sys_inst.simple_storage"},{"line_number":785,"context_line":""},{"line_number":786,"context_line":"    def test_simple_storage(self):"},{"line_number":787,"context_line":"        # | GIVEN |"}],"source_content_type":"text/x-python","patch_set":4,"id":"a957c75c_5c1f73c0","side":"PARENT","line":784,"updated":"2024-04-29 18:52:51.000000000","message":"So, this is a property, so it can be accessed as a property and not a method.","commit_id":"0cafbf3ead614526d4d7e5579619db81a8ea7506"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e005fa250fae9a5ebf7acca92cafc6c9bf999da6","unresolved":true,"context_lines":[{"line_number":832,"context_line":"        self.sys_inst.json.pop(\u0027SimpleStorage\u0027)"},{"line_number":833,"context_line":"        with self.assertRaisesRegex("},{"line_number":834,"context_line":"                exceptions.MissingAttributeError, \u0027attribute Storage\u0027):"},{"line_number":835,"context_line":"            self.sys_inst.storage"},{"line_number":836,"context_line":""},{"line_number":837,"context_line":"    def test_storage(self):"},{"line_number":838,"context_line":"        # | GIVEN |"}],"source_content_type":"text/x-python","patch_set":4,"id":"36e1eeeb_0f97f836","side":"PARENT","line":835,"updated":"2024-04-29 18:52:51.000000000","message":"This is a property, not a method.","commit_id":"0cafbf3ead614526d4d7e5579619db81a8ea7506"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e005fa250fae9a5ebf7acca92cafc6c9bf999da6","unresolved":true,"context_lines":[{"line_number":914,"context_line":"    def test_no_virtual_media_attr(self):"},{"line_number":915,"context_line":"        with self.assertRaisesRegex("},{"line_number":916,"context_line":"            exceptions.MissingAttributeError, \u0027attribute VirtualMedia\u0027):"},{"line_number":917,"context_line":"            self.sys_inst.virtual_media"},{"line_number":918,"context_line":""},{"line_number":919,"context_line":""},{"line_number":920,"context_line":"class SystemWithVirtualMedia(base.TestCase):"}],"source_content_type":"text/x-python","patch_set":4,"id":"ba340b19_d4ecdc47","side":"PARENT","line":917,"updated":"2024-04-29 18:52:51.000000000","message":"This, is also a property.","commit_id":"0cafbf3ead614526d4d7e5579619db81a8ea7506"}]}
