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

Method configure

IPython/testing/iptest.py:261–264  ·  view source on GitHub ↗
(self, options, config)

Source from the content-addressed store, hash-verified

259 Plugin.options(self, parser, env)
260
261 def configure(self, options, config):
262 Plugin.configure(self, options, config)
263 # Override nose trying to disable plugin.
264 self.enabled = True
265
266 def wantFile(self, filename):
267 """Return whether the given filename should be scanned for tests.

Callers 1

configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected