{"id":24554748,"url":"https://github.com/moritree/lua-tinyt","last_synced_at":"2025-10-15T20:36:21.744Z","repository":{"id":272088327,"uuid":"910259791","full_name":"moritree/lua-tinyt","owner":"moritree","description":"A tiny unit testing library for Lua.","archived":false,"fork":false,"pushed_at":"2025-01-12T01:53:36.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T03:33:42.534Z","etag":null,"topics":["lua","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/moritree.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-30T20:18:29.000Z","updated_at":"2025-01-12T01:53:31.000Z","dependencies_parsed_at":"2025-01-23T03:33:31.534Z","dependency_job_id":"497433a9-caef-4c68-b50f-f3e90e757336","html_url":"https://github.com/moritree/lua-tinyt","commit_stats":null,"previous_names":["moritree/lua-tinyt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Flua-tinyt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Flua-tinyt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Flua-tinyt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Flua-tinyt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moritree","download_url":"https://codeload.github.com/moritree/lua-tinyt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902295,"owners_count":20366259,"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":["lua","unit-testing"],"created_at":"2025-01-23T03:33:25.985Z","updated_at":"2025-10-15T20:36:16.725Z","avatar_url":"https://github.com/moritree.png","language":"Lua","readme":"A short, sweet, simple unit test framework for Lua. Refer to `example.lua` for usage.\n\n# Creating a test suite\nImport the test script.\n\n```Lua\nlocal test = require('lunit').create()\n```\n\nRegister tests with `test:test(name, fn)`. Write your test code in `fn`, and use `test:expect()` statements to make your assertions.\n\n```Lua\ntest:test(\"True is true\", function()\n  test:expect(true).is_true()\nend)\n\ntest:test(\"Basic maths is real\", function()\n  test:expect(2 + 2).to_eq(4)\n)\n```\n\nRun your registered tests.\n\n```Lua\ntest:run()\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritree%2Flua-tinyt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoritree%2Flua-tinyt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritree%2Flua-tinyt/lists"}