{"id":20717358,"url":"https://github.com/cjstehno/proving","last_synced_at":"2026-06-04T11:31:25.689Z","repository":{"id":198432424,"uuid":"700821701","full_name":"cjstehno/proving","owner":"cjstehno","description":"Useful utilities for writing unit tests in Dart.","archived":false,"fork":false,"pushed_at":"2023-10-06T10:29:14.000Z","size":248,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T20:33:19.696Z","etag":null,"topics":["dart","testing","utilities"],"latest_commit_sha":null,"homepage":"https://cjstehno.github.io/proving/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cjstehno.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-05T11:13:09.000Z","updated_at":"2023-10-06T10:29:18.000Z","dependencies_parsed_at":"2025-12-16T13:04:45.514Z","dependency_job_id":null,"html_url":"https://github.com/cjstehno/proving","commit_stats":null,"previous_names":["cjstehno/proving"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cjstehno/proving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjstehno%2Fproving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjstehno%2Fproving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjstehno%2Fproving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjstehno%2Fproving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjstehno","download_url":"https://codeload.github.com/cjstehno/proving/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjstehno%2Fproving/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dart","testing","utilities"],"created_at":"2024-11-17T03:08:39.283Z","updated_at":"2026-06-04T11:31:25.668Z","avatar_url":"https://github.com/cjstehno.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proving\n\nA collection of useful functions for doing Dart unit testing.\n\n## Installation 💻\n\nIn order to start using Proving you must have the [Dart SDK](https://dart.dev/get-dart) \ninstalled on your machine.\n\nInstall via `dart pub add`:\n\n```sh\ndart pub add proving\n```\n\n\u003e **Taskfile.** This project uses [Taskfile](https://taskfile.dev) to simplify development tasks.\n\u003e It is not a requirement, but recommended.\n\n## Running Tests 🧪\n\nTo run all unit tests:\n\n```sh\ndart test\n```\n\n### Coverage\n\nIn order to do anything useful with the test coverage, you must have `lcov` installed. You can\ninstall it using one of the following:\n\n```sh\nsudo apt install lcov\nbrew install lcov\nsudo yum install lcov\n```\n\nOnce you have `lcov` installed, you can run the tests with coverage as follows:\n\n```sh\ndart pub global run coverage:test_with_coverage\ndart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info\ngenhtml coverage/lcov.info -o coverage/\n```\n\nThe you can open the `coverage/index.html` file to review the coverage report.\n\n## License\n\nProving is licensed under the [3-Clause BSD License](https://opensource.org/license/bsd-3-clause/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjstehno%2Fproving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjstehno%2Fproving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjstehno%2Fproving/lists"}