MCPcopy Create free account
hub / github.com/ipython/ipython / setUp

Method setUp

IPython/lib/tests/test_lexers.py:15–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13class TestLexers(TestCase):
14 """Collection of lexers tests"""
15 def setUp(self):
16 self.lexer = lexers.IPythonLexer()
17 self.bash_lexer = BashLexer()
18
19 def testIPythonLexer(self):
20 fragment = '!echo $HOME\n'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected