A port of Ruby's MiniTest::Unit
A low-feature, dependency-free and performant test runner inspired by Rust and Deno
A Jest runner that runs Ruby minitest tests
This project is inspired by Ruby's minispec and Python's minitest.
> A simple assertion and testing library with only one dependency - [`picocolors`](https://www.npmjs.com/package/picocolors). > Built to be small and easy to include in environments where running a full-fledged test runner may be difficult > to set up.
Get CI environment variables for parallelizing builds
Automated Test-Driven Development enforcement for Claude Code
Command line test utils
Datepicker component for Vue 3
Lightweight test/spec execution engine
A mini testing framework for logging readable results to the console.
A CLI tool to bootstrap Ruby on Rails projects using RVM.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.4.
Download Junit.xml artifacts from buildkite and analyze them
image fullscreen modal for react native
A wonderful unit testing and mocking framework for Javascript and Coffeescript.
No description provided.
Proxy based mock for node and v8
Deep Rails 8 domain intelligence for AI coding agents — 23 skills for OpenCode
A testing library for JavaScript
_NOTE: This isn't a real plugin! Copy this sample code and use it to create your own Ruby gem! [Help guide here…](https://www.bridgetownrb.com/docs/plugins)_ 😃
Automatically generate comprehensive unit tests from source code with multiple testing framework support
A command-line tool that scans your project or test suites and identifies any skipped tests
Context Intelligence Engine with CCP. 34 MCP tools, 8 read modes, 90+ compression patterns, cross-session memory (CCP), persistent AI knowledge with temporal facts + contradiction detection, multi-agent context sharing + diaries, LITM-aware positioning, AAAK compact format, adaptive compression with Thompson Sampling bandits. Supports 24 AI tools. Reduces LLM token consumption by up to 99%.
Context Runtime for AI Agents with CCP. 63 MCP tools, 10 read modes, 60+ compression patterns, cross-session memory (CCP), persistent AI knowledge with temporal facts + contradiction detection, multi-agent context sharing, LITM-aware positioning, AAAK compact format, adaptive compression with Thompson Sampling bandits. Supports 24+ AI tools. Reduces LLM token consumption by up to 99%.
Show test outline changes on a branch
Official Buildkite Test Analytics Collector for Rust
Alternative to Pathname
A little testing library.
The tie between Ruby and Rust.
One command. Any language. Beautiful tests.
minitest provides a complete suite of testing facilities supporting TDD, BDD, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/test is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/test and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/test is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply. == Features/Problems: * minitest/autorun - the easy and explicit way to run all your tests. * minitest/test - a very fast, simple, and clean test system. * minitest/spec - a very fast, simple, and clean spec system. * minitest/benchmark - an awesome way to assert your algorithm's performance. * minitest/pride - show your pride in testing! * minitest/test_task - a full-featured and clean rake task generator. * Incredibly small and fast runner, but no bells and whistles. * Written by squishy human beings. Software can never be perfect. We will all eventually die.
Death to haphazard monkey-patching! Extend Minitest through simple hooks.
minitest-hooks adds around and before_all/after_all/around_all hooks for Minitest. This allows you do things like run each suite of specs inside a database transaction, running each spec inside its own savepoint inside that transaction, which can significantly speed up testing for specs that share expensive database setup code.
re-run the test when the test fails
Adds Minitest as the default testing library in Rails
Allows you to focus on a few tests with ease without having to use command-line arguments. Good for tools like guard that don't have enough brains to understand test output. Cf. minitest-autotest (an example of a test runner with strong testing logic). Inspired by https://github.com/seattlerb/minitest/issues/213
Minitest Junit XML results that CircleCI can read.
minitest-server provides a client/server setup with your minitest process, allowing your test run to send its results directly to a handler.
Colored red/green output for Minitest
autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. minitest-autotest is the latest incarnation of the venerable and wise autotest. This time, it talks to minitest via minitest-server. As a result, there is no output parsing. There are no regexps to tweak. There's no cruft or overhead. == Features/Problems: * Continually and intelligently test only those files you change with autotest.
Hunting down random test failures can be very very difficult, sometimes impossible, but minitest-bisect makes it easy. minitest-bisect helps you isolate and debug random test failures. If your tests only fail randomly, you can reproduce the error consistently by using `--seed <num>`, but what then? How do you figure out which combination of tests out of hundreds are responsible for the failure? You know which test is failing, but what others are causing it to fail or were helping it succeed in a different order? That's what minitest-bisect does best.
Alternative for setup/teardown dance.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.