https://github.com/minitest/minitest
minitest ruby seattlerb test testing
Last synced: about 1 month ago
Repository metadata:
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
- Host: GitHub
- URL: https://github.com/minitest/minitest
- Owner: minitest
- Created: 2009-02-18T07:40:21.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T18:16:49.000Z (4 months ago)
- Last Synced: 2024-11-08T15:04:07.776Z (about 1 month ago)
- Topics: minitest, ruby, seattlerb, test, testing
- Language: Ruby
- Homepage: https://docs.seattlerb.org/minitest/
- Size: 1.56 MB
- Stars: 3,298
- Watchers: 63
- Forks: 558
- Open Issues: 25
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.rdoc
Owner metadata:
- Name: minitest
- Login: minitest
- Email:
- Kind: organization
- Description:
- Website:
- Location: One can dream...
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/5932657?v=4
- Repositories: 14
- Last Synced at: 2024-03-25T22:09:46.384Z
- Profile URL: https://github.com/minitest
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 958
Total Committers: 4
Avg Commits per committer: 239.5
Development Distribution Score (DDS): 0.401
Commits in past year: 81
Committers in past year: 1
Avg Commits per committer in past year: 81.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Ryan Davis | r****y@z****m | 574 |
Ryan Davis | r****d@z****m | 369 |
Eric Hodel | d****n@s****t | 10 |
Steven R. Baker | s****r@p****m | 5 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 12
-
Total downloads:
- rubygems: 889,763,473 total
- Total docker downloads: 4,955,895,858
- Total dependent packages: 13,349 (may contain duplicates)
- Total dependent repositories: 1,177,334 (may contain duplicates)
- Total versions: 292
- Total maintainers: 2
rubygems: minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/test is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/test and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/test is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
- Homepage: https://github.com/minitest/minitest
- Documentation: http://www.rubydoc.info/gems/minitest/
- Licenses: MIT
- Latest release: 5.23.0 (published 7 months ago)
- Last Synced: 2024-11-10T21:04:05.335Z (about 1 month ago)
- Versions: 142
- Dependent Packages: 13,347
- Dependent Repositories: 1,177,334
- Downloads: 889,763,473 Total
- Docker Downloads: 4,955,895,858
-
Rankings:
- Dependent repos count: 0.002%
- Docker downloads count: 0.003%
- Dependent packages count: 0.004%
- Downloads: 0.011%
- Average: 0.303%
- Stargazers count: 0.634%
- Forks count: 1.163%
- Maintainers (1)
alpine: ruby-minitest-doc
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby (ri docs)
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.16.3-r0 (published over 1 year ago)
- Last Synced: 2024-10-29T15:14:21.622Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 1.842%
- Forks count: 3.162%
- Stargazers count: 4.204%
- Maintainers (1)
alpine: ruby-minitest
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.16.3-r0 (published over 1 year ago)
- Last Synced: 2024-10-29T15:14:21.969Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 1.842%
- Forks count: 3.162%
- Stargazers count: 4.204%
- Maintainers (1)
alpine: ruby-minitest
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.15.0-r1 (published over 2 years ago)
- Last Synced: 2024-10-29T15:14:20.742Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 2
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.897%
- Stargazers count: 3.834%
- Average: 4.87%
- Dependent packages count: 12.748%
- Maintainers (1)
go: github.com/minitest/minitest
- Homepage:
- Documentation: https://pkg.go.dev/github.com/minitest/minitest#section-documentation
- Licenses:
- Latest release: v5.22.3+incompatible (published 9 months ago)
- Last Synced: 2024-11-10T21:04:12.600Z (about 1 month ago)
- Versions: 136
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 1.218%
- Stargazers count: 1.226%
- Average: 5.705%
- Dependent packages count: 9.576%
- Dependent repos count: 10.802%
alpine: ruby-minitest-doc
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby (ri docs)
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.20.0-r0 (published 12 months ago)
- Last Synced: 2024-11-10T21:04:38.856Z (about 1 month ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Stargazers count: 4.16%
- Forks count: 4.289%
- Average: 5.773%
- Dependent packages count: 14.641%
- Maintainers (1)
alpine: ruby-minitest
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.20.0-r0 (published 12 months ago)
- Last Synced: 2024-11-10T21:04:32.397Z (about 1 month ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Stargazers count: 4.164%
- Forks count: 4.289%
- Average: 5.774%
- Dependent packages count: 14.641%
- Maintainers (1)
alpine: ruby-minitest-doc
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby (ri docs)
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.15.0-r1 (published over 2 years ago)
- Last Synced: 2024-11-10T21:04:23.134Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.897%
- Stargazers count: 3.834%
- Average: 8.496%
- Dependent packages count: 27.254%
- Maintainers (1)
alpine: ruby-minitest
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.16.3-r0 (published over 1 year ago)
- Last Synced: 2024-10-29T15:14:20.081Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
alpine: ruby-minitest-doc
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby (ri docs)
alpine: ruby-minitest
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby
alpine: ruby-minitest-doc
Suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby (ri docs)
- Homepage: https://github.com/minitest/minitest
- Licenses: MIT
- Latest release: 5.16.3-r0 (published over 1 year ago)
- Last Synced: 2024-10-29T15:14:28.051Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
Dependencies
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite