{"id":24089440,"url":"https://github.com/longbridge/assert","last_synced_at":"2026-02-11T11:01:28.935Z","repository":{"id":57593282,"uuid":"373747055","full_name":"longbridge/assert","owner":"longbridge","description":"Extends stretchr/testify/assert for add more useful methods.","archived":false,"fork":false,"pushed_at":"2024-12-10T03:53:20.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-05T22:48:03.100Z","etag":null,"topics":["assert","assertion","assertions","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/longbridge.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":"2021-06-04T06:44:54.000Z","updated_at":"2024-12-10T03:52:29.000Z","dependencies_parsed_at":"2025-01-09T07:19:35.475Z","dependency_job_id":"22e0d7aa-6850-4176-a41e-653d0097719f","html_url":"https://github.com/longbridge/assert","commit_stats":null,"previous_names":["longbridge/assert","longbridgeapp/assert"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/longbridge/assert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longbridge%2Fassert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longbridge%2Fassert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longbridge%2Fassert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longbridge%2Fassert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/longbridge","download_url":"https://codeload.github.com/longbridge/assert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longbridge%2Fassert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":["assert","assertion","assertions","testing"],"created_at":"2025-01-10T04:13:17.642Z","updated_at":"2026-02-11T11:01:28.911Z","avatar_url":"https://github.com/longbridge.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assert\n\n[![Go](https://github.com/longbridge/assert/actions/workflows/go.yml/badge.svg)](https://github.com/longbridge/assert/actions/workflows/go.yml)\n\n\u003e 🍯 Requirement Go 1.18+ for Generics, lower Go version please use 0.x\n\nExtends [stretchr/testify/assert](https://github.com/stretchr/testify/tree/master/assert) for add more useful methods.\n\n- `assert.Equal` - asserts values equal, but ignore type.\n- `assert.EqualHTML` - asserts HTML equal, ignore spaces.\n\n## Installation\n\n```bash\ngo get github.com/longbridge/assert\n```\n\n## Usage\n\n```go\npackage some_test\n\nimport (\n  \"github.com/longbridge/assert\"\n)\n\nfunc TestSomeMethod(t *testing.T) {\n\tassert.EqualHTML(t, \"\u003cp\u003eHello world\u003c/p\u003e\u003cp\u003eThis is next line\u003c/p\u003e\", `\n\t\t\u003cp\u003eHello world\u003c/p\u003e\n\t\t\u003cp\u003eThis is next line\u003c/p\u003e\n\t`)\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongbridge%2Fassert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongbridge%2Fassert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongbridge%2Fassert/lists"}