ruby-minitest 5.13.0-ok1.2 source package in openKylin

Changelog

ruby-minitest (5.13.0-ok1.2) nile; urgency=medium

  * update version info.

 -- rtlhq <nobelxyz@163.com>  Mon, 16 Oct 2023 09:36:33 +0800

Upload details

Uploaded by:
rtlhq
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

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-minitest_5.13.0.orig.tar.gz 77.8 KiB b6ca63eeb68d0d03f981e70e7ecabd2e553f26c50f6160177e2f8a71d7db97f9
ruby-minitest_5.13.0-ok1.2.debian.tar.xz 4.5 KiB a9260d3e2f5010412ece3adc03b4d550951f4b576c4cbe6a99a9668360cf4d56
ruby-minitest_5.13.0-ok1.2.dsc 1.8 KiB 07b6886dea420fc6791bbcb391efa2f5a9a9944587ad47129280a14d1c10e71b

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.