https://github.com/dart-lang/test
Last synced: about 1 month ago
Repository metadata:
A library for writing unit tests in Dart.
- Host: GitHub
- URL: https://github.com/dart-lang/test
- Owner: dart-lang
- Created: 2014-12-18T20:36:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T00:10:49.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:11:42.075Z (about 2 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/test
- Size: 8.88 MB
- Stars: 495
- Watchers: 57
- Forks: 213
- Open Issues: 250
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Owner metadata:
- Name: Dart
- Login: dart-lang
- Email:
- Kind: organization
- Description: Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
- Website: https://dart.dev
- Location:
- Twitter: dart_lang
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1609975?v=4
- Repositories: 109
- Last Synced at: 2023-04-09T13:26:05.319Z
- Profile URL: https://github.com/dart-lang
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 2,256
Total Committers: 160
Avg Commits per committer: 14.1
Development Distribution Score (DDS): 0.767
Commits in past year: 126
Committers in past year: 21
Avg Commits per committer in past year: 6.0
Development Distribution Score (DDS) in past year: 0.667
Name | Commits | |
---|---|---|
Natalie Weizenbaum | n****z@g****m | 526 |
Nate Bosch | n****h@g****m | 297 |
Jacob MacDonald | j****c@g****m | 175 |
Kevin Moore | k****o@g****m | 135 |
Nate Bosch | n****1@g****m | 133 |
Kevin Moore | k****o | 128 |
Gary Roumanis | g****s@g****m | 101 |
dependabot[bot] | 4****] | 96 |
[email protected] | g****m@g****m | 96 |
[email protected] | k****o@j****m | 38 |
[email protected] | l****n@g****m | 31 |
[email protected] | s****d@g****m | 29 |
Natalie Weizenbaum | n****2@g****m | 29 |
[email protected] | f****h@g****m | 27 |
[email protected] | e****a@g****m | 18 |
Sean Eagan | s****1@g****m | 17 |
[email protected] | a****e@g****m | 17 |
Devon Carew | d****w@g****m | 14 |
Sam Rawlins | s****s@g****m | 13 |
Devon Carew | d****w@g****m | 13 |
[email protected] | b****s@g****m | 12 |
[email protected] | r****m@g****m | 12 |
Chris Bracken | c****s@b****p | 9 |
Moritz | m****m@g****m | 8 |
Konstantin Scheglov | s****v@g****m | 8 |
[email protected] | a****n@g****m | 7 |
Gary Roumanis | g****a@g****m | 7 |
Ben Konyi | b****i@g****m | 7 |
Keerti Parthasarathy | k****p | 7 |
Paul Berry | s****1@g****m | 6 |
and 130 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 7
- Total downloads: unknown
- Total docker downloads: 95,188,501
- Total dependent packages: 14,348 (may contain duplicates)
- Total dependent repositories: 691,127 (may contain duplicates)
- Total versions: 630
pub: test
A full featured library for writing and running Dart tests across platforms.
- Homepage:
- Documentation: https://pub.dev/documentation/test/
- Licenses:
- Latest release: 1.25.5 (published 8 months ago)
- Last Synced: 2024-11-11T01:32:18.870Z (about 1 month ago)
- Versions: 269
- Dependent Packages: 12,914
- Dependent Repositories: 26,626
- Docker Downloads: 19,037,882
-
Rankings:
- Dependent packages count: 0.002%
- Docker downloads count: 0.068%
- Dependent repos count: 0.176%
- Average: 0.903%
- Forks count: 1.802%
- Stargazers count: 2.467%
pub: test_api
The user facing API for structuring Dart tests and checking expectations.
- Homepage:
- Documentation: https://pub.dev/documentation/test_api/
- Licenses:
- Latest release: 0.7.1 (published 9 months ago)
- Last Synced: 2024-11-11T01:32:54.650Z (about 1 month ago)
- Versions: 60
- Dependent Packages: 94
- Dependent Repositories: 229,289
- Docker Downloads: 19,037,811
-
Rankings:
- Dependent repos count: 0.029%
- Docker downloads count: 0.099%
- Dependent packages count: 0.365%
- Average: 0.952%
- Forks count: 1.802%
- Stargazers count: 2.467%
pub: unittest
A library for writing dart unit tests.
- Homepage: https://github.com/dart-lang/test
- Documentation: https://pub.dev/documentation/unittest/
- Licenses:
- Latest release: 0.12.4 (published over 9 years ago)
- Last Synced: 2024-11-11T01:32:55.940Z (about 1 month ago)
- Versions: 119
- Dependent Packages: 935
- Dependent Repositories: 3,895
- Docker Downloads: 240
-
Rankings:
- Dependent packages count: 0.046%
- Docker downloads count: 0.275%
- Dependent repos count: 0.437%
- Average: 1.042%
- Forks count: 1.824%
- Stargazers count: 2.628%
pub: test_core
A basic library for writing tests and running them on the VM.
- Homepage:
- Documentation: https://pub.dev/documentation/test_core/
- Licenses:
- Latest release: 0.6.2 (published 8 months ago)
- Last Synced: 2024-11-11T01:32:54.654Z (about 1 month ago)
- Versions: 114
- Dependent Packages: 24
- Dependent Repositories: 12,574
- Docker Downloads: 19,037,635
-
Rankings:
- Docker downloads count: 0.099%
- Dependent repos count: 0.31%
- Dependent packages count: 0.914%
- Average: 1.118%
- Forks count: 1.802%
- Stargazers count: 2.467%
pub: matcher
Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases.
- Homepage:
- Documentation: https://pub.dev/documentation/matcher/
- Licenses:
- Latest release: 0.12.16+1 (published about 1 year ago)
- Last Synced: 2024-11-11T01:32:54.452Z (about 1 month ago)
- Versions: 48
- Dependent Packages: 221
- Dependent Repositories: 233,696
- Docker Downloads: 19,038,291
-
Rankings:
- Dependent repos count: 0.017%
- Docker downloads count: 0.044%
- Dependent packages count: 0.21%
- Average: 2.792%
- Forks count: 5.898%
- Stargazers count: 7.791%
pub: fake_async
Fake asynchronous events such as timers and microtasks for deterministic testing.
- Homepage:
- Documentation: https://pub.dev/documentation/fake_async/
- Licenses:
- Latest release: 1.3.1 (published over 2 years ago)
- Last Synced: 2024-11-11T01:32:54.762Z (about 1 month ago)
- Versions: 15
- Dependent Packages: 126
- Dependent Repositories: 185,041
- Docker Downloads: 19,036,642
-
Rankings:
- Dependent repos count: 0.036%
- Docker downloads count: 0.158%
- Dependent packages count: 0.311%
- Average: 3.384%
- Stargazers count: 6.878%
- Forks count: 9.536%
pub: checks
A framework for checking values against expectations and building custom expectations.
- Homepage:
- Documentation: https://pub.dev/documentation/checks/
- Licenses:
- Latest release: 0.3.0 (published 11 months ago)
- Last Synced: 2024-11-11T01:32:54.805Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 34
- Dependent Repositories: 6
-
Rankings:
- Forks count: 1.799%
- Stargazers count: 2.467%
- Dependent packages count: 3.684%
- Average: 4.643%
- Dependent repos count: 10.621%
Dependencies
- actions/cache 9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 composite
- actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
- dart-lang/setup-dart 6a218f2413a3e78e9087f638a238f6b40893203d composite
- godofredoc/no-response 0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09 composite
- actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
- actions/upload-artifact 83fd05a356d7e2593de66fc9913b3002723633cb composite
- github/codeql-action/upload-sarif 959cbb7472c4d4ad70cdfe6f4976053fe48ab394 composite
- ossf/scorecard-action e38b1902ae4f44df626f11ba0734b14fb91f8f86 composite
- stream_channel ^2.1.0
- lints >=1.0.0 <3.0.0 development
- other_package --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess path: other_package/ development
- test any development
- async ^2.9.0
- path ^1.8.2
- stream_channel ^2.1.0
- test any development
- test ^1.21.3 development
- async ^2.8.0
- test_api ^0.4.0
- fake_async ^1.0.0 development
- glob ^2.0.0 development
- lints >=1.0.0 <3.0.0 development
- test_descriptor ^2.0.0 development
- test_process ^2.0.0 development
- analyzer >=2.0.0 <6.0.0
- async ^2.5.0
- boolean_selector ^2.1.0
- collection ^1.15.0
- coverage ^1.0.1
- http_multi_server ^3.0.0
- io ^1.0.0
- js ^0.6.4
- node_preamble ^2.0.0
- package_config ^2.0.0
- path ^1.8.0
- pool ^1.5.0
- shelf ^1.0.0
- shelf_packages_handler ^3.0.0
- shelf_static ^1.0.0
- shelf_web_socket ^1.0.0
- source_span ^1.8.0
- stack_trace ^1.10.0
- stream_channel ^2.1.0
- test_api 0.4.18
- test_core 0.4.22
- typed_data ^1.3.0
- web_socket_channel ^2.0.0
- webkit_inspection_protocol ^1.0.0
- yaml ^3.0.0
- analyzer >=2.1.0 <6.0.0 development
- fake_async ^1.2.0 development
- glob ^2.0.0 development
- graphs ^2.0.0 development
- lints >=1.0.0 <3.0.0 development
- path ^1.8.0 development
- test any development
- test_core any development
- async ^2.5.0
- boolean_selector ^2.1.0
- collection ^1.15.0
- matcher >=0.12.11 <0.12.15
- meta ^1.3.0
- source_span ^1.8.0
- stack_trace ^1.10.0
- stream_channel ^2.1.0
- string_scanner ^1.1.0
- term_glyph ^1.2.0
- lints >=1.0.0 <3.0.0 development
- analyzer >=3.3.0 <6.0.0
- args ^2.0.0
- async ^2.5.0
- boolean_selector ^2.1.0
- collection ^1.15.0
- coverage ^1.0.0
- frontend_server_client >=2.1.0 <4.0.0
- glob ^2.0.0
- io ^1.0.0
- matcher any
- meta ^1.3.0
- package_config ^2.0.0
- path ^1.8.0
- pool ^1.5.0
- source_map_stack_trace ^2.1.0
- source_maps ^0.10.10
- source_span ^1.8.0
- stack_trace ^1.10.0
- stream_channel ^2.1.0
- test_api 0.4.18
- vm_service >=6.0.0 <11.0.0
- yaml ^3.0.0