MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_build_url_label_set_for_bug

Function test_build_url_label_set_for_bug

tests/test_feedback.py:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65
66def test_build_url_label_set_for_bug():
67 url = _build_feedback_url("x", "bug", {})
68 params = _parse(url)
69 assert params["labels"] == "bug"
70
71
72def test_build_url_label_mapped_for_feature():

Callers

nothing calls this directly

Calls 2

_build_feedback_urlFunction · 0.90
_parseFunction · 0.85

Tested by

no test coverage detected