MCPcopy Create free account
hub / github.com/holoviz/hvplot / test_docstring_converter_sections_present

Function test_docstring_converter_sections_present

hvplot/tests/testdocstring.py:12–13  ·  view source on GitHub ↗
(section)

Source from the content-addressed store, hash-verified

10
11@pytest.mark.parametrize('section', HoloViewsConverter._docstring_sections.values())
12def test_docstring_converter_sections_present(section):
13 assert section in HoloViewsConverter.__doc__
14
15
16@pytest.mark.parametrize('section', HoloViewsConverter._docstring_sections.values())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…