Ensure the test are done with a temporary file that have a dot somewhere.
()
| 67 | sys.path = old_syspath |
| 68 | |
| 69 | def test_tempdir(): |
| 70 | """ |
| 71 | Ensure the test are done with a temporary file that have a dot somewhere. |
| 72 | """ |
| 73 | nt.assert_in('.',TMP_TEST_DIR) |
| 74 | |
| 75 | |
| 76 | def test_find_mod_1(): |
nothing calls this directly
no outgoing calls
no test coverage detected