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

Method setUp

src/tests/web/tornado_client_config_test.py:66–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.assertEqual(password, defaults.get('proxy_password'))
65
66 def setUp(self):
67 super().setUp()
68 test_utils.setup()
69
70 def tearDown(self):
71 super().tearDown()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected