Project
Reverse Dependencies for minitest
The projects listed here declare minitest as a runtime or development dependency
0.0
Minitest::Metz is a Minitest plugin that under it's
hood hides the SandiMeter. It allows you to easily
apply Sandi Metz's four rules for developers on your
tests.
2021
2022
2023
2024
2025
2026
0.0
Moar Minitest Please!
2021
2022
2023
2024
2025
2026
0.0
A simple Minitest::Mock extension to raise a error
2021
2022
2023
2024
2025
2026
0.0
Mongoid assertion matchers for MiniTest
2021
2022
2023
2024
2025
2026
0.0
Provides a new unversal and esily extendable matchers engine
2021
2022
2023
2024
2025
2026
0.0
This gem is one half of the gamification system, codenamed "Naga", for unit testing created for my dissertation project. It works in hand with the web application accessible at https://naga-unit-testing.herokuapp.com/.
2021
2022
2023
2024
2025
2026
0.0
Run test by test names. Test names are passed by command line aregument which is separated by commas.
2021
2022
2023
2024
2025
2026
0.0
Fixes running minitest tests in vim-dispatch-neovim using neovim's terminal
2021
2022
2023
2024
2025
2026
0.0
Detect no assertions tests.
2021
2022
2023
2024
2025
2026
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
Write a longer description or delete this line.
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