FileLinks: Test class can be instantiated
()
| 82 | #-------------------------- |
| 83 | |
| 84 | def test_instantiation_FileLinks(): |
| 85 | """FileLinks: Test class can be instantiated |
| 86 | """ |
| 87 | fls = display.FileLinks('example') |
| 88 | |
| 89 | def test_warning_on_non_existent_path_FileLinks(): |
| 90 | """FileLinks: Calling _repr_html_ on non-existent files returns a warning |
nothing calls this directly
no outgoing calls
no test coverage detected