exunit
There are 53 repositories under exunit topic.
ma2gedev/power_assert_ex
Power Assert in Elixir. Shows evaluation results each expression.
cabbage-ex/cabbage
Story BDD tool for executing elixir in ExUnit
navinpeiris/ex_unit_notifier
Desktop notifications for ExUnit
drewolson/ex_spec
BDD-like syntax for ExUnit
wormwood-elixir/wormwood
Wormwood is a tiny library to aid in testing GraphQL queries against an Absinthe schema. It allows you to test your query documents inside ExUnit test modules, and requires no HTTP requests to occur during testing.
appunite/mockery
Simple mocking library for asynchronous testing in Elixir.
danschultzer/test_server
No fuzz ExUnit test server to mock third party services
bernardolins/fake_server
FakeServer integrates with ExUnit to make external APIs testing simpler
dallagi/excontainers
Throwaway test containers for Elixir applications
mtrudel/machete
Literate test matchers for ExUnit
s3cur3/parameterized_test
A utility for defining eminently readable parameterized (or example-based) tests in Elixir
archan937/mecks_unit
A simple Elixir package to elegantly mock module functions within (asynchronous) ExUnit tests using Erlang's :meck library
ananthakumaran/exunit.el
Emacs ExUnit test runner
fuelen/seed_factory
A toolkit for test data generation
ananthakumaran/ex_unit_span
An ExUnit formatter to visualize test execution and find bottlenecks in your test suite.
gasparch/vim-ide-elixir
Highly opininated setup of vim plugins for Elixir development
wanderanimrod/elixir_mock
Creates clean, concurrent, inspectable mocks from elixir modules
gen1321/anise
Set of helpers/asserts for Absinthe
hauleth/watermelon
BDD testing library for Elixir
rsgrafx/TestingTalk
Testing Elixir Meetup Talk
mirego/html_test_helpers
HTMLTestHelpers provides function helpers for unit testing allowing easy assertions for HTML elements data queried by data-testid attribute.
hauleth/ex_unit_embedded
Define ExUnit tests alongside your private functions to test them.
maartenvanvliet/artem
Library to aid in Absinthe graphql testing
timfjord/AnyTest
Run any test from Sublime Text
Adzz/elixir_run_tests_action
A github action to run tests in an elixir project
anhari/vscode-test
Test runner for VS Code
martinthenth/factoid
A test fixtures library - based on Ecto
dnlserrano/tomato
Elixir wrapper for the Zomato API
JonGretar/Fixate
Insert fixtures into your ExUnit context in a clean manner.
njwest/Elixir-Rate-Limiter-TDD-Example
An Example Elixir Rate Limiter with ExRated, coded via TDD
brenofsena/fizz_buzz
Fizz buzz
hvalfangst/phoenix-api
Phoenix REST API secured with JWT
Thau/defmock
Easy mocking for Elixir
timfjord/anytest-cli
Run any test from your terminal.
azevedoguigo/banana_bank
Web api desenvolvida durante o curso Elixir e Phoenix do Zero!
pinhotx/ex_basic_calculator
A basic iex> terminal-based calculator with the 4 basic math operations: Addition, Subtraction, Multiplication and Division.