MCPcopy Create free account
hub / github.com/ipython/ipython / test_instantiation_FileLinks

Function test_instantiation_FileLinks

IPython/lib/tests/test_display.py:84–87  ·  view source on GitHub ↗

FileLinks: Test class can be instantiated

()

Source from the content-addressed store, hash-verified

82#--------------------------
83
84def test_instantiation_FileLinks():
85 """FileLinks: Test class can be instantiated
86 """
87 fls = display.FileLinks('example')
88
89def test_warning_on_non_existent_path_FileLinks():
90 """FileLinks: Calling _repr_html_ on non-existent files returns a warning

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected