| from src.jobs import normalize_target_space | |
| def test_normalize_target_space_still_user_namespace(): | |
| assert normalize_target_space(username="alice", target_slug="demo", run_id="r") == "alice/demo" | |
| from src.jobs import normalize_target_space | |
| def test_normalize_target_space_still_user_namespace(): | |
| assert normalize_target_space(username="alice", target_slug="demo", run_id="r") == "alice/demo" | |