DOCX_FIXTURE = os.path.join(FIXTURES_DIR, "mcp_docs.docx") PDF_FIXTURE = os.path.join(FIXTURES_DIR, "mcp_docs.pdf") def test_fixture_files_exist(self): """Verify test ...
"output": "\nimport re\n\ndef parse_s3_uri(uri):\n \"\"\"\n Parses an AWS S3 bucket URI and returns a dictionary with bucket name and object key.\n \n Args:\n uri ...