()
| 191 | paths.get_ipython_dir()) |
| 192 | |
| 193 | def test_get_ipython_package_dir(): |
| 194 | ipdir = paths.get_ipython_package_dir() |
| 195 | assert_isdir(ipdir) |
| 196 | |
| 197 | |
| 198 | def test_get_ipython_module_path(): |
nothing calls this directly
no outgoing calls
no test coverage detected