)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"cbec4975541c05fca115f1744a5e7b2574e87ec3","unresolved":false,"context_lines":[{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Create tests to check whether the --fix and --package arguments"},{"line_number":10,"context_line":"of check-uuid utility work correctly."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"Change-Id: Iadab5b1f0e0b61de3f5686c964c691dfe8c7ecd5"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"bf51134e_cd916956","line":11,"updated":"2020-07-17 10:28:30.000000000","message":"can you add here the following blueprint?\n\nPartially-Implements: blueprint tempest-cli-unit-test-coverage","commit_id":"a90b747bef4795de048dee41d3c72ccd72fc6191"}],"tempest/tests/lib/cmd/test_check_uuid.py":[{"author":{"_account_id":23186,"name":"Felipe Monteiro","email":"felipe.carneiro.monteiro@gmail.com","username":"felipe.monteiro"},"change_message_id":"2ffb7b5615243475baf1afcea6559485901e0446","unresolved":false,"context_lines":[{"line_number":30,"context_line":"        super(TestCLInterface, self).setUp()"},{"line_number":31,"context_line":"        self.fake_dir \u003d tempfile.TemporaryDirectory(dir\u003d\".\")"},{"line_number":32,"context_line":""},{"line_number":33,"context_line":"        self.fake_init \u003d open(self.fake_dir.name + \"/__init__.py\", \"w\")"},{"line_number":34,"context_line":"        self.fake_init.close()"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"        self.fake_file \u003d open(self.fake_dir.name + \"/tests.py\", \"w\")"},{"line_number":37,"context_line":"        self.code \u003d TestCLInterface.CODE"}],"source_content_type":"text/x-python","patch_set":6,"id":"bf51134e_431e5a74","line":34,"range":{"start_line":33,"start_character":0,"end_line":34,"end_character":30},"updated":"2020-07-24 04:26:51.000000000","message":"This is cleaner:\n\n    with open(self.fake_dir.name + \"/__init__.py\", \"w\"):\n        pass","commit_id":"1fcdbb8710cf9c1dc9b9884256899fb3b4ef3fc8"},{"author":{"_account_id":23186,"name":"Felipe Monteiro","email":"felipe.carneiro.monteiro@gmail.com","username":"felipe.monteiro"},"change_message_id":"2ffb7b5615243475baf1afcea6559485901e0446","unresolved":false,"context_lines":[{"line_number":33,"context_line":"        self.fake_init \u003d open(self.fake_dir.name + \"/__init__.py\", \"w\")"},{"line_number":34,"context_line":"        self.fake_init.close()"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"        self.fake_file \u003d open(self.fake_dir.name + \"/tests.py\", \"w\")"},{"line_number":37,"context_line":"        self.code \u003d TestCLInterface.CODE"},{"line_number":38,"context_line":"        self.fake_file.write(self.code)"},{"line_number":39,"context_line":"        self.fake_file.close()"},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"    def test_fix_argument_no(self):"},{"line_number":42,"context_line":"        sys.argv \u003d [sys.argv[0]] + [\"--package\","}],"source_content_type":"text/x-python","patch_set":6,"id":"bf51134e_83287297","line":39,"range":{"start_line":36,"start_character":0,"end_line":39,"end_character":30},"updated":"2020-07-24 04:26:51.000000000","message":"This is cleaner:\n\n    with open(self.fake_dir.name + \"/tests.py\", \"w\") as fake_file:\n        fake_file.write(TestCLInterface.CODE)","commit_id":"1fcdbb8710cf9c1dc9b9884256899fb3b4ef3fc8"},{"author":{"_account_id":23186,"name":"Felipe Monteiro","email":"felipe.carneiro.monteiro@gmail.com","username":"felipe.monteiro"},"change_message_id":"2ffb7b5615243475baf1afcea6559485901e0446","unresolved":false,"context_lines":[{"line_number":40,"context_line":""},{"line_number":41,"context_line":"    def test_fix_argument_no(self):"},{"line_number":42,"context_line":"        sys.argv \u003d [sys.argv[0]] + [\"--package\","},{"line_number":43,"context_line":"                                    str(os.path.relpath(self.fake_dir.name))]"},{"line_number":44,"context_line":""},{"line_number":45,"context_line":"        self.assertRaises(SystemExit, check_uuid.run)"},{"line_number":46,"context_line":"        with open(self.fake_file.name, \"r\") as f:"}],"source_content_type":"text/x-python","patch_set":6,"id":"bf51134e_83019209","line":43,"range":{"start_line":43,"start_character":35,"end_line":43,"end_character":40},"updated":"2020-07-24 04:26:51.000000000","message":"nit: I think this isn\u0027t necessary since it\u0027s already a string","commit_id":"1fcdbb8710cf9c1dc9b9884256899fb3b4ef3fc8"}]}
