fffiloni's picture
Upload 13 files
b67c03f verified
Raw
History Blame
202 Bytes
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"