unsloth/studio/backend/tests/test_data_recipe_seed.py

10 lines
372 B
Python

# SPDX-License-Identifier: AGPL-3.0-only
# Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. See /studio/LICENSE.AGPL-3.0
from pathlib import Path
def test_seed_inspect_load_kwargs_disables_remote_code_execution():
seed_route = Path("studio/backend/routes/data_recipe/seed.py").read_text()
assert '"trust_remote_code": False' in seed_route