Added deterministic function layer
This commit is contained in:
parent
3840ff4617
commit
1197b39a76
11 changed files with 1305 additions and 16 deletions
|
|
@ -18,6 +18,7 @@ def test_collect_cli_command_specs_from_builtin_registry():
|
|||
assert ("processor.uppercase", "mkt process") in commands
|
||||
assert ("backend.local-sqlite", "mkt cache index") in commands
|
||||
assert ("backend.local-sqlite", "mkt search") in commands
|
||||
assert ("document.function", "mkt function render") in commands
|
||||
|
||||
|
||||
def test_cli_command_spec_serializes_without_empty_fields():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue