Home
last modified time | relevance | path

Searched refs:assertAfterWithManagerInvariantsNoError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_with.py204 def assertAfterWithManagerInvariantsNoError(self, mock_manager): member in ContextmanagerAssertionMixin
245 self.assertAfterWithManagerInvariantsNoError(mock)
270 self.assertAfterWithManagerInvariantsNoError(mock)
281 self.assertAfterWithManagerInvariantsNoError(mock_b)
285 self.assertAfterWithManagerInvariantsNoError(mock_a)
301 self.assertAfterWithManagerInvariantsNoError(m)
309 self.assertAfterWithManagerInvariantsNoError(m)
323 self.assertAfterWithManagerInvariantsNoError(mock_contextmanager)
324 self.assertAfterWithManagerInvariantsNoError(mock_nested)
336 self.assertAfterWithManagerInvariantsNoError(m)
[all …]
/external/python/cpython2/Lib/test/
Dtest_with.py199 def assertAfterWithManagerInvariantsNoError(self, mock_manager): member in ContextmanagerAssertionMixin
240 self.assertAfterWithManagerInvariantsNoError(mock)
265 self.assertAfterWithManagerInvariantsNoError(mock)
276 self.assertAfterWithManagerInvariantsNoError(mock_b)
280 self.assertAfterWithManagerInvariantsNoError(mock_a)
296 self.assertAfterWithManagerInvariantsNoError(m)
304 self.assertAfterWithManagerInvariantsNoError(m)
318 self.assertAfterWithManagerInvariantsNoError(mock_contextmanager)
319 self.assertAfterWithManagerInvariantsNoError(mock_nested)
331 self.assertAfterWithManagerInvariantsNoError(m)
[all …]