recursive_selective_match
Library enabling testing of deeply nested data structures while selectively ignoring irrelevant data elements / subtrees or testing just values' datatypes using :anything, :any_list, :any_map, :any_tuple, etc. or arbitary anonymous functions, like regexes or even multiple criteria
TestingPackage Resources
Stars
Unreleased Activity
First Release
7
years agoLast Release
5
years agoDownloads
1.2k
last 90 daysLast Stable Version
0.2.7
Version 0.2.7
Dependencies
2A small utility to convert deep Elixir maps with mixed string/atom keys to atom-only keyed maps
Community
Looks like this space is still empty… Want to be the first to contribute?
Share an article, talk, or podcast by adding resources to this package.
meck
1.1.0A mocking framework for Erlang
mox
1.2.0Mocks and explicit contracts for Elixir
excoveralls
0.18.5Coverage report tool for Elixir with coveralls.io integration.
junit_formatter
3.4.0An ExUnit.Formatter that produces an XML report of the tests run in the project _build dir. It is a good fit with Jenkins test reporting plugin, for example.