ruby-minitest 5.22.2-ok1 source package in openKylin

Changelog

ruby-minitest (5.22.2-ok1) nile; urgency=medium

  * Update upstream version.

 -- liyang <email address hidden>  Mon, 17 Jun 2024 15:48:29 +0800

Upload details

Uploaded by:
liyang
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main ruby
Huanghe V3.0 release main ruby
Nile V2.0 release main ruby
Nile V2.0 proposed main ruby

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-minitest_5.22.2.orig.tar.gz 92.6 KiB c01b5f2e7444fe1c668563e29b41e1f3020d0296e330c42c3e4530eb19f2c021
ruby-minitest_5.22.2-ok1.debian.tar.xz 3.7 KiB 3a8795b586961931dd68b02ecccff77934605bd24592ffda7c515e50073e4b6c
ruby-minitest_5.22.2-ok1.dsc 1.7 KiB a53cd303fe26192234bac9100085c427144c645c3045ae580ecddd743a632537

Available diffs

View changes file

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.