MCPcopy Index your code
hub / github.com/catherinedevlin/ipython-sql / test_html

Function test_html

src/tests/test_magic.py:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25@with_setup(_setup, _teardown)
26def test_html():
27 result = ip.run_line_magic('sql', "sqlite:// SELECT * FROM test;")
28 assert '<td>foo</td>' in result._repr_html_().lower()
29
30@with_setup(_setup, _teardown)
31def test_print():

Callers

nothing calls this directly

Calls 1

_repr_html_Method · 0.45

Tested by

no test coverage detected