{"id":40511008,"url":"https://github.com/mockupcode/gunit","last_synced_at":"2026-01-20T20:07:45.778Z","repository":{"id":57571022,"uuid":"93059894","full_name":"mockupcode/gunit","owner":"mockupcode","description":"Golang Test Framework","archived":false,"fork":false,"pushed_at":"2017-06-05T19:40:13.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T08:21:16.814Z","etag":null,"topics":["framework","go","golang","gunit","test","testing","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mockupcode.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":"2017-06-01T13:25:40.000Z","updated_at":"2017-06-01T22:14:13.000Z","dependencies_parsed_at":"2022-09-17T05:23:59.681Z","dependency_job_id":null,"html_url":"https://github.com/mockupcode/gunit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mockupcode/gunit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mockupcode%2Fgunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mockupcode%2Fgunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mockupcode%2Fgunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mockupcode%2Fgunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mockupcode","download_url":"https://codeload.github.com/mockupcode/gunit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mockupcode%2Fgunit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["framework","go","golang","gunit","test","testing","unit-testing"],"created_at":"2026-01-20T20:07:45.058Z","updated_at":"2026-01-20T20:07:45.773Z","avatar_url":"https://github.com/mockupcode.png","language":"Go","readme":"# GUnit [![GoDoc](https://godoc.org/github.com/mockupcode/gunit/assert?status.svg)](https://godoc.org/github.com/mockupcode/gunit/assert) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/mockupcode/gunit/blob/master/LICENSE) [![Build Status](https://travis-ci.org/mockupcode/gunit.svg?branch=master)](https://travis-ci.org/mockupcode/gunit) [![Coverage Status](https://coveralls.io/repos/github/mockupcode/gunit/badge.svg)](https://coveralls.io/github/mockupcode/gunit)\n\nAssertion library for golang!\n\nGetting started\n---------------\nTo get the package, execute:\n\n\tgo get github.com/mockupcode/gunit \n\nTo import this package, add the following line to your code:\n\n\timport \"github.com/mockupcode/gunit/assert\"\n\nAnd just start using it.\n```go\nimport (\n\t\"testing\"\n\n\t\"github.com/mockupcode/gunit/assert\"\n)\n\nfunc TestAssertion(t *testing.T){\n\tassert := assert.GetAssertion(t)\n\tassert.Equal(\"string\",\"string\")\n}\n```\nLicense\n-------\nGUnit is a free software and may be used under the terms specified in the [LICENSE](LICENSE) file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmockupcode%2Fgunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmockupcode%2Fgunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmockupcode%2Fgunit/lists"}