(section)
| 10 | |
| 11 | @pytest.mark.parametrize('section', HoloViewsConverter._docstring_sections.values()) |
| 12 | def test_docstring_converter_sections_present(section): |
| 13 | assert section in HoloViewsConverter.__doc__ |
| 14 | |
| 15 | |
| 16 | @pytest.mark.parametrize('section', HoloViewsConverter._docstring_sections.values()) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…