MCPcopy Create free account
hub / github.com/bugy/script-server / setUp

Method setUp

src/tests/web/stream_request_form_test.py:420–423  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418 'Expected ' + actual_text + ' to start with ' + expected_prefix)
419
420 def setUp(self):
421 test_utils.setup()
422
423 os.makedirs(_UPLOADS_FOLDER)
424
425 def tearDown(self):
426 test_utils.cleanup()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected