mix_eunit
Test runner
A task to execute eunit tests in Elixir projects.
A mix task to execute eunit tests.
17 stars
2 watching
10 forks
Language: Elixir
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
talentdeficit/mixunit | A module for running Elixir unit tests using Mix. | 2 |
rkotze/eye_drops | Automates code testing on file changes in Elixir projects | 53 |
lpil/mix-test.watch | Automates testing of Elixir projects after each file change | 920 |
randycoulman/mix_test_interactive | An interactive test runner for ExUnit tests | 92 |
djanowski/cutest | A testing framework that isolates tests in separate processes and provides mechanisms to prepare and setup test environments. | 153 |
antp/kovacs | A tool that monitors file changes and automatically runs tests when files are updated or created. | 5 |
processone/rebar3_exunit | A plugin to run Elixir ExUnit tests during the build process of a rebar3 project. | 2 |
weavejester/eftest | A Clojure test runner that provides fast and pretty testing capabilities | 424 |
gotestyourself/gotestsum | A tool that runs and summarizes Go tests with customizable output formats | 2,095 |
last-ent/testy-go | An application that provides a simple and flexible way to run tests in Go projects. | 8 |
joaothallis/elixir-auto-test | Automatically runs tests when any file is saved in the project's lib and test directories. | 0 |
nunit/nunit-console | A command-line test runner and engine for unit testing written in C# | 216 |
yanskun/gotests.nvim | A tool to run Go test cases within Neovim | 21 |
sindresorhus/gulp-jasmine | A tool for running and managing unit tests in JavaScript projects using the Jasmine testing framework. | 111 |
ember-cli/ember-exam | An addon that allows more control over running tests in Ember applications | 286 |