MCPcopy
hub / github.com/django/django / check_subtest_picklable

Method check_subtest_picklable

django/test/runner.py:276–281  ·  view source on GitHub ↗
(self, test, subtest)

Source from the content-addressed store, hash-verified

274 raise
275
276 def check_subtest_picklable(self, test, subtest):
277 try:
278 self._confirm_picklable(subtest)
279 except Exception as exc:
280 self._print_unpicklable_subtest(test, subtest, exc)
281 raise
282
283 def startTestRun(self):
284 super().startTestRun()

Callers 1

addSubTestMethod · 0.95

Calls 2

_confirm_picklableMethod · 0.95

Tested by

no test coverage detected