MCPcopy Index your code
hub / github.com/ipython/ipython / test_list_bundled_profiles

Function test_list_bundled_profiles

tests/test_profile.py:139–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139def 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
145def test_profile_create_ipython_dir():

Callers

nothing calls this directly

Calls 1

list_bundled_profilesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…