{"id":17684720,"url":"https://github.com/batteredbunny/testingassert","last_synced_at":"2025-07-21T16:36:44.778Z","repository":{"id":57709702,"uuid":"509844002","full_name":"BatteredBunny/testingassert","owner":"BatteredBunny","description":"Simple package providing Assert functions for Golang testing","archived":false,"fork":false,"pushed_at":"2024-01-07T00:50:16.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T23:02:36.731Z","etag":null,"topics":["assert","golang","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BatteredBunny.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}},"created_at":"2022-07-02T19:25:47.000Z","updated_at":"2023-07-12T00:31:00.000Z","dependencies_parsed_at":"2024-01-07T02:06:36.351Z","dependency_job_id":"dd06d817-763f-4b80-b65a-04e83395050a","html_url":"https://github.com/BatteredBunny/testingassert","commit_stats":null,"previous_names":["batteredbunny/testingassert","ayes-web/testingassert"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Ftestingassert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Ftestingassert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Ftestingassert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Ftestingassert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BatteredBunny","download_url":"https://codeload.github.com/BatteredBunny/testingassert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246373194,"owners_count":20766717,"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":["assert","golang","testing"],"created_at":"2024-10-24T10:24:52.330Z","updated_at":"2025-03-30T20:19:36.347Z","avatar_url":"https://github.com/BatteredBunny.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testingassert\n\nSimple package providing Assert functions for Golang testing\n\n```\ngo get github.com/BatteredBunny/testingassert\n```\n\n## Usage\n\n```go\nfunc BasicTest(t *testing.T) {\n    assert.TestState = t\n    assert.HideSuccess = false\n\n\tassert.Equals(\"123\", \"1\" + \"2\" + \"3\")\n    assert.NotEquals(123, 5+3, \"math operation returned wrong answer\")\n\n    a := 1 == 1\n    assert.Assert(a, \"function shouldn't return false!\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatteredbunny%2Ftestingassert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatteredbunny%2Ftestingassert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatteredbunny%2Ftestingassert/lists"}