feat: expand module workflows, dynamic config, notifications and console API
This commit is contained in:
@@ -57,6 +57,6 @@ def test_every_workflow_and_manual_script_resolves_inside_new_project() -> None:
|
||||
assert target.is_relative_to(PROJECT_ROOT)
|
||||
|
||||
commands = ScriptCatalog.load_default()
|
||||
assert len(commands.scripts) == 33
|
||||
assert len(commands.scripts) == 41
|
||||
assert len(commands.command_ids) == len(set(commands.command_ids))
|
||||
assert all(command.path.is_relative_to(PROJECT_ROOT) for command in commands.scripts)
|
||||
|
||||
Reference in New Issue
Block a user