Project
Reverse Dependencies for minitest
The projects listed here declare minitest as a runtime or development dependency
0.0
Lucid error messages for minitest.
2020
2021
2022
2023
2024
2025
0.0
macOS notification reporter for Minitest Reporters, based on the minitest-osx gem.
2020
2021
2022
2023
2024
2025
0.0
minitest-macruby provides extensions to minitest for macruby UI
testing. It provides a framework to test GUI apps in a live instance.
Documentation and examples are light at the moment as I've just thrown
this together. Suggestions for extensions are very welcome!
Currently it provides the follo...
2020
2021
2022
2023
2024
2025
0.0
Generates tests for Ruby code blocks in any Markdown file.
2020
2021
2022
2023
2024
2025
0.0
Compare two JSON objects with pretty diffs
2020
2021
2022
2023
2024
2025
0.0
A minitest plugin to prevent false positive tests.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Moar Minitest Please!
2020
2021
2022
2023
2024
2025
0.0
A simple Minitest::Mock extension to raise a error
2020
2021
2022
2023
2024
2025
0.0
Mongoid assertion matchers for MiniTest
2020
2021
2022
2023
2024
2025
0.0
Provides a new unversal and esily extendable matchers engine
2020
2021
2022
2023
2024
2025
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/.
2020
2021
2022
2023
2024
2025
0.0
Run test by test names. Test names are passed by command line aregument which is separated by commas.
2020
2021
2022
2023
2024
2025
0.0
Fixes running minitest tests in vim-dispatch-neovim using neovim's terminal
2020
2021
2022
2023
2024
2025
0.0
Detect no assertions tests.
2020
2021
2022
2023
2024
2025
0.0
Test notifier for minitest via OSX Notification Center
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
Run tests in parallel with a single database
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025