()
| 137 | |
| 138 | |
| 139 | def test_list_bundled_profiles(): |
| 140 | # This variable will need to be updated when a new profile gets bundled |
| 141 | bundled = sorted(list_bundled_profiles()) |
| 142 | assert bundled == [] |
| 143 | |
| 144 | |
| 145 | def test_profile_create_ipython_dir(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…