mixunit
Unit test runner
A module for running Elixir unit tests using Mix.
an eunit
task for mix based projects
2 stars
2 watching
0 forks
Language: Elixir
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dantswain/mix_eunit | A task to execute eunit tests in Elixir projects. | 17 |
randycoulman/mix_test_interactive | An interactive test runner for ExUnit tests | 92 |
processone/rebar3_exunit | A plugin to run Elixir ExUnit tests during the build process of a rebar3 project. | 2 |
lpil/mix-test.watch | Automates testing of Elixir projects after each file change | 920 |
rkotze/eye_drops | Automates code testing on file changes in Elixir projects | 53 |
vic/setup_tag | Allows test setup functions to be mixed and matched by applying tags | 2 |
rafritts/bunit | A lightweight unit testing framework for Bash scripts. | 197 |
navinpeiris/ex_unit_notifier | Provides desktop notifications after ExUnit test runs. | 130 |
boost-ext/ut | A C++20 μ-unit testing framework that simplifies the experience with a few simple concepts | 1,264 |
flexunit/flexunit | A unit testing framework for ActionScript 3 and Flex applications. | 270 |
nunit/nunit-console | A command-line test runner and engine for unit testing written in C# | 216 |
drewolson/ex_spec | A wrapper around ExUnit that adds BDD-like syntax for Elixir testing | 99 |
acostalima/react-native-test-runner | A tool for running unit and integration tests in React Native's environment. | 5 |
kr/ct | A tool for writing and running unit tests in C with minimal setup and concurrent execution options. | 72 |
disruptek/balls | A testing framework designed to simplify and expand test matrices, allowing developers to easily create and run comprehensive tests for their code. | 68 |