{"id":241,"date":"2026-05-15T06:05:18","date_gmt":"2026-05-14T22:05:18","guid":{"rendered":"https:\/\/junai.ai\/blog\/python-pytest-25\/"},"modified":"2026-05-17T07:31:31","modified_gmt":"2026-05-16T23:31:31","slug":"python-pytest-25","status":"publish","type":"post","link":"https:\/\/junai.ai\/blog\/python-pytest-25\/","title":{"rendered":"\ud30c\uc774\uc36c pytest \uc0ac\uc6a9\ubc95 \u2014 \ud14c\uc2a4\ud2b8 \uc790\ub3d9\ud654 (25\ud3b8)"},"content":{"rendered":"\n<!-- WordPress REST API \ubc1c\ud589\uc6a9 HTML (\uc790\ub3d9 \uc0dd\uc131) -->\n<!-- WP-FEATURED-MEDIA-ID: 604 -->\n<div style=\"max-width:800px;margin:0 auto;\">\n<style>\n\/* js-textbook \u2014 PostgreSQL \uad50\uc7ac \ub3d9\uc77c \ud314\ub808\ud2b8 *\/\n:root {\n  --color-primary: #336791;\n  --color-accent: #60a5fa;\n  --color-bg: #fafafa;\n  --color-bg-card: #ffffff;\n  --color-text: #1e293b;\n  --color-text-muted: #64748b;\n  --hero-start: #0f172a;\n  --hero-end: #336791;\n  --font-body: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;\n  --size-body: 17px;\n  --line-height: 1.75;\n}\n* { box-sizing: border-box; }\n.container { max-width: 760px; margin: 0 auto; padding: 0 22px 80px; }\n.hero { background: linear-gradient(135deg, var(--hero-start) 0%, var(--hero-end) 100%); color: #fff; padding: 72px 22px 56px; text-align: center; }\n.hero .badge { display: inline-block; background: rgba(96,165,250,0.18); color: var(--color-accent); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 18px; }\n.hero h1 { margin: 0 0 18px; font-size: 36px; line-height: 1.3; letter-spacing: -0.3px; }\n.hero p.sub { margin: 0 auto; max-width: 580px; font-size: 17px; color: #bfdbfe; }\n.hero img { width: 100%; max-width: 720px; height: auto; margin: 36px auto 0; display: block; border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }\n.meta { display: flex; gap: 14px; justify-content: center; margin-top: 20px; font-size: 13px; color: #93c5fd; flex-wrap: wrap; }\n.meta span::before { content: \"\u00b7\"; margin-right: 14px; color: #1e3a8a; }\n.meta span:first-child::before { content: \"\"; margin: 0; }\narticle { background: var(--color-bg-card); margin-top: -36px; padding: 44px 28px; border-radius: 14px; box-shadow: 0 2px 18px rgba(0,0,0,0.06); }\narticle p { margin: 0 0 18px; }\nh2 { font-size: 28px; line-height: 1.35; letter-spacing: -0.3px; margin: 48px 0 18px; padding-bottom: 10px; border-bottom: 2px solid var(--color-primary); }\nh2:first-of-type { margin-top: 8px; }\nh3 { font-size: 21px; line-height: 1.4; margin: 30px 0 12px; color: var(--color-primary); }\ncode { background: #f1f5f9; color: #0f172a; padding: 2px 6px; border-radius: 4px; font-family: 'SFMono-Regular', Menlo, Consolas, monospace; font-size: 0.92em; }\npre { background: #0f172a; color: #e2e8f0; padding: 18px 20px; border-radius: 10px; overflow-x: auto; font-size: 14.5px; line-height: 1.65; margin: 18px 0; }\npre code { background: transparent; color: inherit; padding: 0; }\nul, ol { margin: 0 0 18px; padding-left: 24px; }\nli { margin-bottom: 8px; }\nstrong { color: #0f172a; }\n.databox { background: #eff6ff; border-left: 4px solid var(--color-primary); padding: 18px 20px; border-radius: 6px; margin: 22px 0; }\n.databox p { margin: 0 0 8px; }\n.databox p:last-child { margin: 0; }\n.databox strong { color: var(--color-primary); }\n.warnbox { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-left: 4px solid #d97706; padding: 18px 20px; border-radius: 6px; margin: 22px 0; }\n.warnbox strong { color: #92400e; }\n.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 22px 0; }\ntable { width: 100%; border-collapse: collapse; font-size: 15px; background: var(--color-bg-card); }\nth, td { padding: 11px 12px; text-align: left; border-bottom: 1px solid #e2e8f0; vertical-align: top; }\nth { background: #f1f5f9; font-weight: 700; color: #0f172a; }\ntd:first-child, th:first-child { font-weight: 700; }\n.cta { background: linear-gradient(135deg, #336791 0%, #60a5fa 100%); color: #fff; padding: 30px 24px; border-radius: 12px; margin-top: 44px; text-align: center; }\n.cta h3 { color: #fff; margin: 0 0 10px; }\n.cta p { margin: 0; color: #dbeafe; }\n.series-nav { background: #eff6ff; padding: 18px 22px; border-radius: 10px; margin-top: 24px; font-size: 14.5px; color: var(--color-text-muted); }\n.series-nav strong { color: var(--color-primary); }\n@media (max-width: 480px) {\n  .hero { padding: 52px 18px 44px; }\n  .hero h1 { font-size: 26px; }\n  .hero p.sub { font-size: 15px; }\n  article { padding: 28px 18px; border-radius: 10px; }\n  h2 { font-size: 22px; }\n  h3 { font-size: 18px; }\npre { font-size: 13px; padding: 14px 16px; }\n}\n@media (max-width: 560px) {\n  .tablewrap table, .tablewrap thead, .tablewrap tbody, .tablewrap tr, .tablewrap th, .tablewrap td { display: block; width: auto; }\n  .tablewrap thead { display: none; }\n  .tablewrap tr { margin: 0 0 14px; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }\n  .tablewrap td { border: none; border-bottom: 1px solid #f1f5f9; padding: 9px 14px; }\n  .tablewrap td:first-child { background: #eff6ff; font-weight: 800; font-size: 15.5px; }\n  .tablewrap td:last-child { border-bottom: none; }\n  .tablewrap td[data-label]::before { content: attr(data-label) \" \u2014 \"; font-weight: 700; color: var(--color-primary); }\n}\n<\/style>\n<header class=\"hero\">\n  <span class=\"badge\">\ud30c\uc774\uc36c \uad50\uc7ac \u00b7 25\ud3b8 \/ 27\ud3b8<\/span>\n  <h1>\ud30c\uc774\uc36c pytest \uc0ac\uc6a9\ubc95<\/h1>\n  <p class=\"sub\">\uc790\ub3d9 \ud14c\uc2a4\ud2b8 \uccab \ubc1c\uac78\uc74c. \uc790\uc2e0\uac10 \uc788\uac8c \ub9ac\ud329\ud1a0\ub9c1\ud558\ub294 \ub3c4\uad6c.<\/p>\n  <div class=\"meta\"><span>\uc2e4\uc804<\/span><span>\uc77d\ub294 \uc2dc\uac04 7\ubd84<\/span><span>2026-05-13<\/span><\/div>\n  <img decoding=\"async\" src=\"https:\/\/junai.ai\/blog\/wp-content\/uploads\/2026\/05\/hero-223.jpg\" alt=\"test_add \ud568\uc218\uc640 pytest \uc2e4\ud589 \uacb0\uacfc \ud654\uba74\">\n<\/header>\n\n<div class=\"container\">\n<article>\n\n<p>22\ud3b8\uc758 \uc790\ub3d9\ud654 \uc2a4\ud06c\ub9bd\ud2b8\uac00 6\uac1c\uc6d4\uac04 \uc798 \ub3cc\ub2e4\uac00 \uc5b4\ub290 \ub0a0 \uac11\uc790\uae30 \uc798\ubabb\ub41c \uacb0\uacfc\ub97c \ub0c5\ub2c8\ub2e4. \ub204\uad70\uac00 \ud55c \uc904\uc744 \uace0\ucce4\uac70\ub4e0\uc694. \uc0ac\ub78c \uc190\uc73c\ub85c \ub9e4\ubc88 \uac19\uc740 \uc785\ub825\uc744 \ub123\uc5b4 \uac19\uc740 \uacb0\uacfc\uc778\uc9c0 \ud655\uc778\ud558\ub294 \uac74 \ubd88\uac00\ub2a5. <strong>\uc790\ub3d9 \ud14c\uc2a4\ud2b8<\/strong>\uac00 \ub2f5\uc785\ub2c8\ub2e4 \u2014 \ucf54\ub4dc \ud55c \uc904 \uace0\uce58\uace0 <code>pytest<\/code> \uba85\ub839 \ud558\ub098 \uce58\uba74 30\ucd08 \uc548\uc5d0 <em>&#8220;\uace0\uce5c \ubd80\ubd84\uc774 \ub2e4\ub978 \uacf3\uc744 \uae68\ub728\ub9ac\uc9c0 \uc54a\uc558\ub294\uc9c0&#8221;<\/em> \ud655\uc778.<\/p>\n\n<p>25\ud3b8\uc744 \ub9c8\uce58\uba74 \u2460 pytest \uae30\ubcf8 \u2461 assert \ubb38 \u2462 fixture \ub85c \uacf5\uc720 \uc790\uc6d0 \u2463 parametrize \ub85c \uc5ec\ub7ec \ucf00\uc774\uc2a4 \u2464 mock\u00b7coverage \ub3c4\uad6c \u2014 5\uac00\uc9c0\uac00 \uc190\uc5d0 \uc775\uc2b5\ub2c8\ub2e4.<\/p>\n\n<h2>\uccab \ud14c\uc2a4\ud2b8 \u2014 assert \ud55c \uc904<\/h2>\n\n<pre><code># calc.py\ndef add(a: int, b: int) -&gt; int:\n    return a + b\n\ndef divide(a: float, b: float) -&gt; float:\n    if b == 0:\n        raise ValueError(\"0 \uc73c\ub85c \ub098\ub20c \uc218 \uc5c6\uc74c\")\n    return a \/ b<\/code><\/pre>\n\n<pre><code># test_calc.py \u2014 \uac19\uc740 \ud3f4\ub354\uc5d0\nfrom calc import add, divide\nimport pytest\n\ndef test_add():\n    assert add(2, 3) == 5\n    assert add(-1, 1) == 0\n    assert add(0, 0) == 0\n\ndef test_divide():\n    assert divide(10, 2) == 5\n    assert divide(7, 2) == 3.5\n\ndef test_divide_zero():\n    with pytest.raises(ValueError):\n        divide(10, 0)<\/code><\/pre>\n\n<pre><code>(.venv) $ pip install pytest\n(.venv) $ pytest\ntest_calc.py ...                          [100%]\n==== 3 passed in 0.02s ====<\/code><\/pre>\n\n<p>\uaddc\uce59\uc740 \ub2e8\uc21c. \u2460 \ud30c\uc77c\uba85 <code>test_*.py<\/code> \ub610\ub294 <code>*_test.py<\/code> \u2461 \ud568\uc218\uba85 <code>test_*<\/code> \u2462 <code>assert<\/code> \ud55c \uc904\ub85c \uae30\ub300\uac12 \ud655\uc778. pytest \uac00 \uc790\ub3d9\uc73c\ub85c \ucc3e\uc544 \uc2e4\ud589\ud569\ub2c8\ub2e4.<\/p>\n\n<div class=\"databox\">\n  <p><strong>\ud83d\udccc \uc88b\uc740 \ud14c\uc2a4\ud2b8\uc758 3\uc694\uc18c (AAA \ud328\ud134)<\/strong><\/p>\n  <p>\u00b7 <strong>Arrange<\/strong> \u2014 \uc900\ube44 (\uc785\ub825\u00b7\uac1d\uccb4 \ub9cc\ub4e4\uae30)<\/p>\n  <p>\u00b7 <strong>Act<\/strong> \u2014 \uc2e4\ud589 (\ud14c\uc2a4\ud2b8\ud560 \ud568\uc218 \ud638\ucd9c)<\/p>\n  <p>\u00b7 <strong>Assert<\/strong> \u2014 \ud655\uc778 (\uacb0\uacfc\uac00 \uae30\ub300\uc640 \uac19\uc740\uac00)<\/p>\n  <p>\uc774 3\ub2e8\uacc4\uac00 \ud55c \ud568\uc218\uc5d0 \uae54\ub054\ud788 \ubcf4\uc774\uba74 \uc798 \uc4f4 \ud14c\uc2a4\ud2b8.<\/p>\n<\/div>\n\n<h2>fixture \u2014 \uc5ec\ub7ec \ud14c\uc2a4\ud2b8\uac00 \uacf5\uc720\ud558\ub294 \uc900\ube44\ubb3c<\/h2>\n\n<pre><code>import pytest\n\n@pytest.fixture\ndef sample_users():\n    \"\"\"3\uba85\uc9dc\ub9ac \ud14c\uc2a4\ud2b8 \uc0ac\uc6a9\uc790 \ub9ac\uc2a4\ud2b8.\"\"\"\n    return [\n        {\"name\": \"\uc900\uc131\", \"age\": 30},\n        {\"name\": \"\uc218\ubbfc\", \"age\": 28},\n        {\"name\": \"\uc9c0\ud6c8\", \"age\": 35},\n    ]\n\ndef test_count(sample_users):\n    assert len(sample_users) == 3\n\ndef test_avg_age(sample_users):\n    ages = [u[\"age\"] for u in sample_users]\n    assert sum(ages) \/ len(ages) == 31\n\n# \uc778\uc790 \uc774\ub984\uc774 fixture \uc774\ub984\uacfc \uc77c\uce58\ud558\uba74 \uc790\ub3d9 \uc8fc\uc785<\/code><\/pre>\n\n<p>\uc784\uc2dc \ud30c\uc77c\u00b7DB \uc5f0\uacb0\u00b7\ud14c\uc2a4\ud2b8 \ub370\uc774\ud130\ucc98\ub7fc <strong>\uc5ec\ub7ec \ud14c\uc2a4\ud2b8\uac00 \uac19\uc740 \uc900\ube44\ubb3c\uc744 \uc4f8 \ub54c<\/strong>. <code>tmp_path<\/code>\u00b7<code>monkeypatch<\/code> \uac19\uc740 \uae30\ubcf8 \uc81c\uacf5 fixture \ub3c4 \ub9ce\uc2b5\ub2c8\ub2e4.<\/p>\n\n<pre><code># tmp_path \u2014 \uc790\ub3d9 \uc815\ub9ac\ub418\ub294 \uc784\uc2dc \ud3f4\ub354\ndef test_write_file(tmp_path):\n    f = tmp_path \/ \"data.txt\"\n    f.write_text(\"hello\")\n    assert f.read_text() == \"hello\"\n    # \ud14c\uc2a4\ud2b8 \ub05d\ub098\uba74 \uc790\ub3d9 \uc0ad\uc81c<\/code><\/pre>\n\n<h2>parametrize \u2014 \ud55c \ud14c\uc2a4\ud2b8\ub85c \uc5ec\ub7ec \ucf00\uc774\uc2a4<\/h2>\n\n<pre><code>@pytest.mark.parametrize(\"a, b, expected\", [\n    (2, 3, 5),\n    (0, 0, 0),\n    (-1, 1, 0),\n    (100, 200, 300),\n])\ndef test_add_many(a, b, expected):\n    assert add(a, b) == expected\n# \ud55c \ubc88 \uc2e4\ud589\uc5d0 4\uac1c \ud14c\uc2a4\ud2b8\uac00 \ub3cc\uc544\uac10<\/code><\/pre>\n\n<p>\uc5ec\ub7ec \uc785\ub825\uc5d0 \uac19\uc740 \ud568\uc218\ub97c \uc2dc\ud5d8\ud560 \ub54c. \ucf00\uc774\uc2a4 \ucd94\uac00\uac00 \ud55c \uc904\ub85c \ub05d\ub098\uace0, \uc5b4\ub290 \ucf00\uc774\uc2a4\uac00 \uc2e4\ud328\ud588\ub294\uc9c0\ub3c4 \uba85\ud655\ud788 \ubcf4\uc785\ub2c8\ub2e4.<\/p>\n\n<h2>mock\u00b7coverage \u2014 \ub450 \ubcf4\uc870 \ub3c4\uad6c<\/h2>\n\n<h3>mock \u2014 \uc678\ubd80 \uc758\uc874\uc744 \uac00\uc9dc\ub85c<\/h3>\n\n<pre><code># 20\ud3b8 requests \ub97c \uc4f0\ub294 \ud568\uc218\ub97c \ud14c\uc2a4\ud2b8\nimport requests\n\ndef get_weather(city: str) -&gt; str:\n    r = requests.get(f\"https:\/\/api.weather.com\/{city}\", timeout=10)\n    return r.json()[\"temp\"]\n\n# \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc2e4\uc81c \ud638\ucd9c X\nfrom unittest.mock import patch\n\ndef test_get_weather():\n    with patch(\"requests.get\") as mock_get:\n        mock_get.return_value.json.return_value = {\"temp\": \"20\u00b0C\"}\n        assert get_weather(\"seoul\") == \"20\u00b0C\"\n        mock_get.assert_called_once_with(\n            \"https:\/\/api.weather.com\/seoul\", timeout=10\n        )<\/code><\/pre>\n\n<p>\ub124\ud2b8\uc6cc\ud06c\u00b7DB\u00b7\ud30c\uc77c \uc2dc\uc2a4\ud15c\ucc98\ub7fc <strong>\uc678\ubd80\uc5d0 \uc758\uc874\ud558\ub294 \ubd80\ubd84<\/strong>\uc740 \uac00\uc9dc\ub85c \ub300\uccb4. \ud14c\uc2a4\ud2b8\uac00 \ube68\ub77c\uc9c0\uace0(0.001\ucd08), \uc778\ud130\ub137 \uc5c6\uc5b4\ub3c4 \ud1b5\uacfc, \uacb0\uacfc\uac00 \uc77c\uad00\ub429\ub2c8\ub2e4.<\/p>\n\n<h3>coverage \u2014 \uc5b4\ub514\uae4c\uc9c0 \ud14c\uc2a4\ud2b8\ub410\ub098<\/h3>\n\n<pre><code>(.venv) $ pip install pytest-cov\n(.venv) $ pytest --cov=calc --cov-report=term-missing\n\nName      Stmts   Miss  Cover   Missing\n---------------------------------------\ncalc.py      10      2    80%   14, 17\n---------------------------------------\nTOTAL        10      2    80%<\/code><\/pre>\n\n<p>14\u00b717 \uc904\uc740 \uc5b4\ub5a4 \ud14c\uc2a4\ud2b8\ub3c4 \uc548 \ub4e4\ub800\ub2e4\ub294 \ub73b. 100% \uac00 \ubaa9\ud45c\ub294 \uc544\ub2c8\uc9c0\ub9cc, \ud575\uc2ec \ub85c\uc9c1\uc5d0 80%+ \uac00 \uc548 \ub4e4\uba74 \ud68c\uadc0 \uc704\ud5d8\uc774 \ub192\uc2b5\ub2c8\ub2e4.<\/p>\n\n<div class=\"warnbox\">\n  <strong>\u26a0\ufe0f \ud14c\uc2a4\ud2b8\ub97c \ub108\ubb34 \ub9ce\uc774 \uc4f0\uc9c0 \ub9c8\uc138\uc694.<\/strong> \ubaa8\ub4e0 \ud568\uc218\uc5d0 \ud14c\uc2a4\ud2b8\ub294 \uacfc\ud569\ub2c8\ub2e4. \u2460 <strong>\uc785\ub825\uc5d0 \ub530\ub77c \uacb0\uacfc\uac00 \uac08\ub9ac\ub294 \ub85c\uc9c1<\/strong>(if\u00b7\uacc4\uc0b0\u00b7\ubcc0\ud658) \u2461 <strong>\uc678\ubd80\uc5d0 \ub178\ucd9c\ub418\ub294 \ud568\uc218<\/strong>(API\u00b7CLI) \u2462 <strong>\ud55c \ubc88 \ubc84\uadf8 \ub0ac\ub358 \uacf3<\/strong>(\ud68c\uadc0 \ubc29\uc9c0) \u2014 \uc774 \uc14b\uc774 \uc6b0\uc120. \ub2e8\uc21c setter\u00b7getter\u00b7UI \ud638\ucd9c\uc740 \uc548 \uc801\uc5b4\ub3c4 OK.\n<\/div>\n\n<p>\ub2e4\uc74c \ubbf8\uc158: \u2460 9\ud3b8\uc758 grade \ud568\uc218\uc5d0 5\uac1c \uc774\uc0c1 parametrize \ud14c\uc2a4\ud2b8 \u2461 tmp_path fixture \ub85c \ud30c\uc77c \uc4f0\uae30\u00b7\uc77d\uae30 \ud14c\uc2a4\ud2b8 \u2462 mock \uc73c\ub85c \uc678\ubd80 API \ud638\ucd9c \ud568\uc218 \ud14c\uc2a4\ud2b8.<\/p>\n\n<div class=\"cta\">\n  <h3>\ub2e4\uc74c \ud3b8 \ubbf8\ub9ac\ubcf4\uae30<\/h3>\n  <p>26\ud3b8 \u2014 &#8220;Black\u00b7Ruff&#8221;: \ucf54\ub4dc \uc2a4\ud0c0\uc77c \uc790\ub3d9 \ud1b5\uc77c\uacfc \uc815\uc801 \ubd84\uc11d. \ud55c \ubc88 \uae54\uba74 PR \ucf54\uba58\ud2b8 \uc808\ubc18\uc774 \uc0ac\ub77c\uc9c4\ub2e4.<\/p>\n<\/div>\n\n<div class=\"series-nav\">\n  <strong>\ud83d\udcda 27\ud3b8 \ud30c\uc774\uc36c \uad50\uc7ac \uc2dc\ub9ac\uc988 \u2014 25\/27\ud3b8<\/strong><br>\n  \u2190 24\ud3b8 &#8220;async\u00b7await&#8221; \u00b7 \ub2e4\uc74c: 26\ud3b8 &#8220;Black\u00b7Ruff&#8221;\n<\/div>\n\n<\/article>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>pytest\u00b7assert\u00b7fixture\u00b7parametrize\u00b7mock\u00b7coverage \uae4c\uc9c0. 27\ud3b8 \uad50\uc7ac 25\ud3b8.<\/p>\n","protected":false},"author":1,"featured_media":604,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-241","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-python"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/comments?post=241"}],"version-history":[{"count":1,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/241\/revisions"}],"predecessor-version":[{"id":631,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/241\/revisions\/631"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media\/604"}],"wp:attachment":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media?parent=241"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/categories?post=241"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/tags?post=241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}