{"id":13741586,"url":"https://github.com/lpil/gleeunit","last_synced_at":"2026-04-18T12:06:34.323Z","repository":{"id":38236689,"uuid":"423165471","full_name":"lpil/gleeunit","owner":"lpil","description":"Gleam bindings for the Erlang EUnit test framework","archived":false,"fork":false,"pushed_at":"2025-02-01T12:51:46.000Z","size":54,"stargazers_count":27,"open_issues_count":1,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-16T07:11:21.178Z","etag":null,"topics":["erlang","eunit","gleam","testing"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-31T14:07:59.000Z","updated_at":"2025-03-13T15:27:15.000Z","dependencies_parsed_at":"2023-02-12T22:05:10.678Z","dependency_job_id":"70b511ba-6a51-4c28-ae5f-fafb7a188eb2","html_url":"https://github.com/lpil/gleeunit","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleeunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleeunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleeunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleeunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/gleeunit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243958285,"owners_count":20374836,"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":["erlang","eunit","gleam","testing"],"created_at":"2024-08-03T04:01:00.596Z","updated_at":"2025-10-15T02:44:36.683Z","avatar_url":"https://github.com/lpil.png","language":"Erlang","funding_links":[],"categories":["Packages"],"sub_categories":["Testing"],"readme":"# gleeunit\n\nA simple test runner for Gleam, using EUnit on Erlang and a custom runner on JS.\n\n[![Package Version](https://img.shields.io/hexpm/v/gleeunit)](https://hex.pm/packages/gleeunit)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleeunit/)\n\n\n```sh\ngleam add gleeunit@1 --dev\n```\n```gleam\n// In test/yourapp_test.gleam\nimport gleeunit\n\npub fn main() {\n  gleeunit.main()\n}\n```\n\nNow any public function with a name ending in `_test` in the `test` directory\nwill be found and run as a test.\n\n```gleam\npub fn some_function_test() {\n  assert some_function() == \"Hello!\"\n}\n```\n\nRun the tests by entering `gleam test` in the command line.\n\n### Deno\n\nIf using the Deno JavaScript runtime, you will need to add the following to your\n`gleam.toml`.\n\n```toml\n[javascript.deno]\nallow_read = [\n  \"gleam.toml\",\n  \"test\",\n  \"build\",\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fgleeunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fgleeunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fgleeunit/lists"}