Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
def
test_create():
7
config = PackConfig.create()
8
assert isinstance(config, PackConfig)
9
assert isinstance(config.filesystem_manager, WorkspaceFileManager)
10
11
12
def
test_global_config():
Callers
nothing calls this directly
Calls
1
create
Method · 0.80
Tested by
no test coverage detected