Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_env_set_whitespace
Method
test_env_set_whitespace
IPython/core/tests/test_magic.py:791–792 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
789
self.assertRaises(UsageError,
lambda
: _ip.magic(
"set_env var"
))
790
791
def
test_env_set_whitespace(self):
792
self.assertRaises(UsageError,
lambda
: _ip.magic(
"env var A=B"
))
793
794
795
class
CellMagicTestCase(TestCase):
Callers
nothing calls this directly
Calls
1
magic
Method · 0.45
Tested by
no test coverage detected