ruby-minitest 5.10.3-1 source package in Ubuntu
Changelog
ruby-minitest (5.10.3-1) unstable; urgency=medium * New upstream version 5.10.3. * Bump Standards-Version to 4.0.0. No changes needed. -- Lucas Nussbaum <email address hidden> Wed, 26 Jul 2017 09:11:21 +0200
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- ruby
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-minitest_5.10.3-1.dsc | 2.1 KiB | 1ac69ced508ff381548389c70722e559855132984d2f042eae0a83663ee37cb9 |
ruby-minitest_5.10.3.orig.tar.gz | 70.3 KiB | f3943005d5e3f501dfb8598ca78cf472456b3112fa7c725b4f72737b7ab6327d |
ruby-minitest_5.10.3-1.debian.tar.xz | 5.8 KiB | fd1bc4d622969d0ceb32115d33b562cd5f99a5230f5b9541d9bc4a04c05ceb6c |
Available diffs
- diff from 5.10.2-1 to 5.10.3-1 (6.3 KiB)
No changes file available.
Binary packages built by this source
- ruby-minitest: Ruby test tools supporting TDD, BDD, mocking, and benchmarking
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
.
minitest/unit 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/unit 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 object
framework.
.
minitest/pride shows pride in testing and adds coloring to your test
output.
.
minitest/unit 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.