Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_env
Method
test_env
IPython/core/tests/test_magic.py:748–750 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
746
class
TestEnv(TestCase):
747
748
def
test_env(self):
749
env = _ip.magic(
"env"
)
750
self.assertTrue(isinstance(env, dict))
751
752
def
test_env_secret(self):
753
env = _ip.magic(
"env"
)
Callers
nothing calls this directly
Calls
1
magic
Method · 0.45
Tested by
no test coverage detected