(self)
| 171 | pt.configure_inline_support = lambda *a,**kw:None |
| 172 | |
| 173 | def teardown(self): |
| 174 | pt.activate_matplotlib = self._save_am |
| 175 | pt.import_pylab = self._save_ip |
| 176 | pt.configure_inline_support = self._save_cis |
| 177 | import matplotlib |
| 178 | matplotlib.rcParams = self._saved_rcParams |
| 179 | matplotlib.rcParamsOrig = self._saved_rcParamsOrig |
| 180 | |
| 181 | def test_qt(self): |
| 182 | s = self.Shell() |
nothing calls this directly
no outgoing calls
no test coverage detected