{"id":20667055,"url":"https://github.com/lu-zero/interpolate_name","last_synced_at":"2025-09-09T23:37:54.805Z","repository":{"id":60775533,"uuid":"143808494","full_name":"lu-zero/interpolate_name","owner":"lu-zero","description":"Do not repeat yourself when writing tests","archived":false,"fork":false,"pushed_at":"2023-09-12T13:08:54.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T00:15:32.383Z","etag":null,"topics":["rust","testing"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lu-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-07T02:30:25.000Z","updated_at":"2023-09-12T13:08:15.000Z","dependencies_parsed_at":"2022-10-04T17:31:06.479Z","dependency_job_id":null,"html_url":"https://github.com/lu-zero/interpolate_name","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Finterpolate_name","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Finterpolate_name/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Finterpolate_name/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Finterpolate_name/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu-zero","download_url":"https://codeload.github.com/lu-zero/interpolate_name/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224964678,"owners_count":17399434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust","testing"],"created_at":"2024-11-16T19:42:46.821Z","updated_at":"2024-11-16T19:42:47.398Z","avatar_url":"https://github.com/lu-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Procedural macro attribute to do not repeat yourself while testing\n\n## Usage\n\n``` rust\n#[macro_use]\nextern crate interpolate_name;\n\nuse interpolate_name::interpolate_test;\n\n#[interpolate_test(foo, \"foo\")]\n#[interpolate_test(bar, \"bar\")]\n#[interpolate_test(baz, \"baz\")]\nfn testme(f: \u0026str) {\n    println!(\"testing {}\", f);\n}\n```\n\nProduces\n\n```\nrunning 3 tests\ntest testme_baz ... ok\ntest testme_bar ... ok\ntest testme_foo ... ok\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Finterpolate_name","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu-zero%2Finterpolate_name","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Finterpolate_name/lists"}