MCPcopy Create free account
hub / github.com/AutoPackAI/autopack / test_create

Function test_create

tests/test_pack_config.py:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def test_create():
7 config = PackConfig.create()
8 assert isinstance(config, PackConfig)
9 assert isinstance(config.filesystem_manager, WorkspaceFileManager)
10
11
12def test_global_config():

Callers

nothing calls this directly

Calls 1

createMethod · 0.80

Tested by

no test coverage detected