ruby-maxitest 4.1.0-1ubuntu1 source package in Ubuntu

Changelog

ruby-maxitest (4.1.0-1ubuntu1) noble; urgency=medium

  * d/p/relax-minitest-version.patch: relax version even more.

 -- Lucas Kanashiro <email address hidden>  Mon, 15 Apr 2024 19:06:41 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-maxitest_4.1.0.orig.tar.gz 9.9 KiB 29787718861a40de78c6efee672059d55f15c2b1ce67398e6993706cc0870bcf
ruby-maxitest_4.1.0-1ubuntu1.debian.tar.xz 3.1 KiB 65cfd1d2acb5ff75b8532a5d809a73d67d2d046987233496d9a5833546b0156a
ruby-maxitest_4.1.0-1ubuntu1.dsc 2.1 KiB b76dae0827b862c139bccf5bb9c898662dcd3fa884f4fe590bff35220831de96

View changes file

Binary packages built by this source

ruby-maxitest: Minitest + all the features you always wanted

 Features:
 1. Ctrl+c stops tests and prints failures
 2. pastable rerun snippet for failures (disabled/integrated on rails 5)
 3. multiple before & after blocks
 4. around blocks around { |t| Dir.chdir(...) { t.call } }
 5. red-green output (disabled/integrated on rails 5)
 6. mtest executable to run by line number and by folder
   (disabled/integrated on rails 5)
 7. full backtrace for errors and assertions with verbose (-v)
 8. And more!