Matchers for ExUnit assertions
Write beautifully simple assertions for ExUnit using matchers
A flexible Elixir ExUnit test runner, perfect in combination with Cortex
The official Testmetrics client for ExUnit
A modular fixture system for ExUnit, inspired by py.test fixtures.
Simple ExUnit formatter that will print a summary of the failed tests when finished. It supports umbrella apps, where each test suite is ...
Parameterized tests for ExUnit.
Emacs integration for ExUnit
Plugin to run exUnit tests
A package that will create REST API docs based on your ExUnit tests.
Kovacs - A simple ExUnit test runner It will monitor the file system and run test files when it detects changes.
An ExUnit formatter that puts a list of tests first, distinguishes pending from failed tests, and saves detailed error information for on...
Opinionated Gherkin parser and ExUnit test checker
Generate ExUnit unit test skeleton modules for an application.
Allure test report for ExUnit
FixEx adds a simple support for integrating ExUnit with external apps/cli, for using them as external fixtures providers
Super simple Gherkin features to ExUnit tests translator
Make tests inside your ExUnit case to run async.
Insert fixtures into your ExUnit context in a clean manner.
A SQL formatter that provides consistent and readable formatting for SQL queries. Built with Rust for performance and integrated with ExU...
ExUnit formatter that outputs a stream of JSON objects
Wrapper around ExUnit to support BBD (rspec) like syntax
Stores and reuses ExUnit seeds from failing test runs.
Generate Phoenix API documentation from tests
A let macro for ExUnit inspired by RSpec
compact table of test indicators accompanied with a failure dump under /tmp/
A mocking library for ExUnit inspired by RSpec and based on meck.
Run ExUnit tests from an Elixir OTP Release
Helpers to test your Plugs with ExUnit
ExUnit formatter for Codewars