{"id":17333013,"url":"https://github.com/benmills/willful","last_synced_at":"2026-01-27T07:05:27.230Z","repository":{"id":1611045,"uuid":"2225589","full_name":"benmills/willful","owner":"benmills","description":"A BDD testing framework for Io","archived":false,"fork":false,"pushed_at":"2011-11-18T19:23:23.000Z","size":138,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T11:52:49.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"benmills.org/willful","language":"Io","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benmills.png","metadata":{"files":{"readme":"README.mkd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-18T02:14:45.000Z","updated_at":"2019-08-13T14:49:00.000Z","dependencies_parsed_at":"2022-09-01T13:02:16.325Z","dependency_job_id":null,"html_url":"https://github.com/benmills/willful","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/benmills/willful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmills%2Fwillful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmills%2Fwillful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmills%2Fwillful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmills%2Fwillful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benmills","download_url":"https://codeload.github.com/benmills/willful/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmills%2Fwillful/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28807170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T06:25:51.065Z","status":"ssl_error","status_checked_at":"2026-01-27T06:25:50.640Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-15T14:59:33.781Z","updated_at":"2026-01-27T07:05:27.187Z","avatar_url":"https://github.com/benmills.png","language":"Io","funding_links":[],"categories":[],"sub_categories":[],"readme":"Willful\n============\n\nSimple behavior driven testing in Io.\n\n------------\n\n### Install\n\n```bash\ngit clone https://github.com/benmills/willful.git\ncd willful\nio install.io\n```\n\n### Write\n\n```io\ndoFile(System ioPath .. \"/willful.io\")\nFoo := Object clone do( bar := method(\"bar\"))\n\ndescribe(\"Foo\",\n  it(\"Will bar\",\n    f := Foo clone\n    f bar will == \"bar\"\n    f bar will != \"baz\"\n    f bar will beOk\n  )\n)\n```\n\n### Run\n\nThe `willful` command will look for any file with a name containing `-test` and attempt to run them. You can also explicitly tell it what to run by passing any number of files or directories.\n\n```bash\n$ willful foo-test.io\n=\u003e Running Willful tests        \n - Testing Foo                  \n   . 1/1 Passed                 \n```\n\n--------------------\n\n### Projects using Willful\n\n* [JoshCheek](https://github.com/JoshCheek)'s [tt-io](https://github.com/JoshCheek/ttt-io)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmills%2Fwillful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmills%2Fwillful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmills%2Fwillful/lists"}