feat: expand module workflows, dynamic config, notifications and console API
This commit is contained in:
@@ -53,10 +53,10 @@ def test_catalog_and_scripts_work_after_project_and_data_roots_move(
|
||||
|
||||
assert workflows.returncode == 0, workflows.stderr
|
||||
assert scripts.returncode == 0, scripts.stderr
|
||||
assert len(json.loads(workflows.stdout)) == 23
|
||||
assert len(json.loads(workflows.stdout)) == 27
|
||||
commands = json.loads(scripts.stdout)
|
||||
assert len(commands) == 33
|
||||
assert len({row["command_id"] for row in commands}) == 33
|
||||
assert len(commands) == 41
|
||||
assert len({row["command_id"] for row in commands}) == 41
|
||||
assert all(row["legacy_script_id"].startswith(f"{row['module']}:") for row in commands)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user