FileLink: Raises error when passed directory
()
| 72 | nt.assert_equal(actual,expected) |
| 73 | |
| 74 | def test_error_on_directory_to_FileLink(): |
| 75 | """FileLink: Raises error when passed directory |
| 76 | """ |
| 77 | td = mkdtemp() |
| 78 | nt.assert_raises(ValueError,display.FileLink,td) |
| 79 | |
| 80 | #-------------------------- |
| 81 | # FileLinks tests |
nothing calls this directly
no outgoing calls
no test coverage detected