MCPcopy Create free account
hub / github.com/MemTensor/MemOS / test_base_mem_cube_config

Function test_base_mem_cube_config

tests/configs/test_mem_cube.py:11–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_base_mem_cube_config():
12 check_config_base_class(
13 BaseMemCubeConfig,
14 factory_fields=[],
15 required_fields=[],
16 optional_fields=["model_schema", "config_filename"],
17 reserved_fields=[],
18 )
19
20 check_config_instantiation_valid(
21 BaseMemCubeConfig,
22 {},
23 )
24
25 check_config_instantiation_invalid(BaseMemCubeConfig)
26
27
28def test_general_mem_cube_config():

Callers

nothing calls this directly

Tested by

no test coverage detected