Source: ruby-maxitest Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Utkarsh Gupta Build-Depends: debhelper-compat (= 13), gem2deb, ruby-minitest Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-maxitest.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-maxitest Homepage: https://github.com/grosser/maxitest Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-maxitest Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby-minitest, ${misc:Depends}, ${ruby:Depends} Description: 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!