MCPcopy 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
795class CellMagicTestCase(TestCase):

Callers

nothing calls this directly

Calls 1

magicMethod · 0.45

Tested by

no test coverage detected