Search for a filename with a .pyc extension Expected output: TODO: do we exclude or include .pyc files?
()
| 107 | nt.assert_equal(mp.find_mod("pack"), modpath) |
| 108 | |
| 109 | def test_find_mod_5(): |
| 110 | """ |
| 111 | Search for a filename with a .pyc extension |
| 112 | Expected output: TODO: do we exclude or include .pyc files? |
| 113 | """ |
| 114 | nt.assert_equal(mp.find_mod("packpyc"), None) |
nothing calls this directly
no outgoing calls
no test coverage detected