FileLinks: Calling _repr_html_ on non-existent files returns a warning
()
| 89 | |
| 90 | |
| 91 | def test_warning_on_non_existent_path_FileLinks(): |
| 92 | """FileLinks: Calling _repr_html_ on non-existent files returns a warning""" |
| 93 | fls = display.FileLinks("example") |
| 94 | assert fls._repr_html_().startswith("Path (<tt>example</tt>)") |
| 95 | |
| 96 | |
| 97 | def test_existing_path_FileLinks(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…