MCPcopy
hub / github.com/django/django / mkdtemp

Method mkdtemp

tests/staticfiles_tests/test_management.py:228–230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

226
227class TestCollectionPathLib(TestCollection):
228 def mkdtemp(self):
229 tmp_dir = super().mkdtemp()
230 return Path(tmp_dir)
231
232
233class TestCollectionVerbosity(CollectionTestCase):

Callers 1

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected