Project
Reverse Dependencies for minitest
The projects listed here declare minitest as a runtime or development dependency
0.0
Test notifier for minitest via OSX Notification Center
2021
2022
2023
2024
2025
2026
0.0
Using Minitest::Ok, you can write:
* 'ok {1+1} == 2' instead of 'assert_equal 2, 1+1',
* 'ok {1+1} > 0' instead of 'assert_operator 1+1, :>, 0',
* 'ok {5}.in?(1..9)' instead of 'assert_include 1..9, 5',
and so on.
2021
2022
2023
2024
2025
2026
0.0
With ruby or macruby test unit or minitest, results are damnly tied to output and you can't get result
of a test as an object after its execution and global tests result as an object too.
This gem permit to do so, and, have result of a unit test (with minitest...
2021
2022
2023
2024
2025
2026
0.0
Run tests in parallel with a single database
2021
2022
2023
2024
2025
2026
0.0
minitest/paste is a Minitest plugin which collects
any test failures, compiles them and uploads them to
dpaste.com for easier sharing. After the upload is complete
it injects the link in your clipboard.
2021
2022
2023
2024
2025
2026
0.0
By annotating your test, profile their performance and check performance regression since last run.
2021
2022
2023
2024
2025
2026
0.0
Mini Test
2021
2022
2023
2024
2025
2026
0.0
MiniTestPracrice
2021
2022
2023
2024
2025
2026
0.0
Hooks into minitest and finds the slow-running tests.
2021
2022
2023
2024
2025
2026
0.0
A thin Minitest wrapper around promptfoo that brings prompt testing to Ruby projects. Test LLM prompts with a familiar Minitest-like DSL, supporting multiple providers and assertion types.
2021
2022
2023
2024
2025
2026
0.0
Property testing in Minitest, a la Haskell's QuickCheck and Python's Hypothesis
2021
2022
2023
2024
2025
2026
0.0
Save time and energy by writing short effecient obvious assertions/expectations with rack/test
2021
2022
2023
2024
2025
2026
0.0
A collection of helpers for integrating Rails and Minitest.
2021
2022
2023
2024
2025
2026
0.0
Detect redefined test method.
2021
2022
2023
2024
2025
2026
0.0
Colorize and pluralize minitest output: failing red, pending yellow, passing green and errors purple.
2021
2022
2023
2024
2025
2026
0.0
Adds red/green colors to standard minitest output
2021
2022
2023
2024
2025
2026
0.0
Allows to run your minitest suites more than one time
2021
2022
2023
2024
2025
2026
0.0
Minitest Report API is a small patch to Minitest that allows reporters to be
set in code, i.e. test_helper.rb script, rather then just via the command line.
2021
2022
2023
2024
2025
2026
0.0
Minitest reporter for [litr](https://github.com/Lothiraldan/litr)
2021
2022
2023
2024
2025
2026
0.0
A Minitest reporter optimized for Large Language Model consumption, featuring compact emoji-based output, regression detection by comparing test runs, TOML report generation, and detailed failure reporting with file locations. Perfect for AI-assisted development workflows.
2021
2022
2023
2024
2025
2026