(self)
| 155 | self._assertwarns.__enter__() |
| 156 | |
| 157 | def tearDown(self): |
| 158 | try: |
| 159 | self._assertwarns.__exit__(None, None, None) |
| 160 | except AssertionError: |
| 161 | pass |
| 162 | |
| 163 | def test_custom_completion_error(self): |
| 164 | """Test that errors from custom attribute completers are silenced.""" |