{"id":20634064,"url":"https://github.com/hokim98/test-macro","last_synced_at":"2026-06-28T19:31:28.674Z","repository":{"id":57474486,"uuid":"228011649","full_name":"HoKim98/test-macro","owner":"HoKim98","description":"a test automating library written in Python","archived":false,"fork":false,"pushed_at":"2019-12-17T09:46:42.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T21:46:53.273Z","etag":null,"topics":["python","test-automation","test-runner","testcase","testcases","testmacro"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/HoKim98.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":"2019-12-14T11:28:48.000Z","updated_at":"2019-12-17T09:46:45.000Z","dependencies_parsed_at":"2022-09-10T04:04:51.455Z","dependency_job_id":null,"html_url":"https://github.com/HoKim98/test-macro","commit_stats":null,"previous_names":["kerryeon/test-macro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HoKim98/test-macro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoKim98%2Ftest-macro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoKim98%2Ftest-macro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoKim98%2Ftest-macro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoKim98%2Ftest-macro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HoKim98","download_url":"https://codeload.github.com/HoKim98/test-macro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoKim98%2Ftest-macro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34901959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","test-automation","test-runner","testcase","testcases","testmacro"],"created_at":"2024-11-16T14:23:40.270Z","updated_at":"2026-06-28T19:31:28.655Z","avatar_url":"https://github.com/HoKim98.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TestMacro - a test automating library written in Python\n[![travis-ci](https://travis-ci.org/kerryeon/test-macro.svg?branch=master)](https://travis-ci.org/kerryeon/test-macro)\n[![coveralls](https://coveralls.io/repos/github/kerryeon/test-macro/badge.svg?branch=master)](https://coveralls.io/github/kerryeon/test-macro?branch=master)\n\nDo not change the experimental conditions one by one!\n\nTestMacro is a module that fully / semi-automates the testing and recording of results in programs.\n\nTestMacro can:\n* [x] Change `.yaml`\n* [ ] Change arguments\n* [x] Recode programs\n* [ ] `.csv` records\n* [ ] Label arguments\n* [ ] Write meta file\n\n## Install TestMacro\n```bash\n$ pip install test-macro\n```\n\n## Hello world\n1. Get your own program, setting files.\n2. Create `case.yml` in the path you want to execute.\n```yml\n%YAML:1.0\n\nexes:\n- ./program\n\ncases:\n- my-settings.yaml:\n  - my_var1: (3, 10)  # 3, 4, ..., 10\n  - my_var2: 2 ** (0, 3)  # 1, 2, 4, 8\n  - my_var3:\n    - my_string1\n    - my_string2\n\nfor:\n- record: My GUI Title\n```\n3. type `macro` in the path containing `case.yml`.\n\n# List of main features\nTODO\n\n# License\nTestMacro uses the [MIT license](https://github.com/kerryeon/test-macro/blob/master/LICENSE).\n\n(The standalone tool is under GPL2)\n\n# Contribute\nTestMacro is currently determining a pull-requests policy.\n\nIf you would like to contribute now, please contact below.\n\n# Contact\nIf you have any questions or want my assistance, you can email me at ho.kim at gnu ac kr.\n\n* [Ho Kim](https://github.com/kerryeon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhokim98%2Ftest-macro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhokim98%2Ftest-macro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhokim98%2Ftest-macro/lists"}