ecto_it
Test repo library
A library providing a set of pre-configured repositories for testing Ecto plugins with different databases.
Ecto plugin with default configuration for repos for testing different ecto plugins with databases
3 stars
4 watching
1 forks
Language: Elixir
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wttj/ecto_anon | An Elixir library for anonymizing data in Ecto models by applying custom masking or redaction rules to sensitive fields. | 89 |
parroty/excheck | A testing library for Elixir programming language | 316 |
gjaldon/ecto_enum | An Elixir library to support enums in Ecto models | 562 |
zachallaun/mneme | A testing utility that allows developers to easily create and update tests with automatically generated expected values | 99 |
elixir-mongo/mongodb_ecto | Provides an interface to interact with MongoDB databases using Ecto | 374 |
xavier/plug_test_helpers | A set of macros to simplify testing Plug applications with ExUnit. | 10 |
deadtrickster/prometheus-ecto | A Prometheus.io collector for Ecto's query performance metrics | 77 |
wojtekmach/github_ecto | An Ecto adapter that provides a simple interface to interact with the GitHub API | 121 |
popo63301/ecto_list | An Elixir library that provides an ordered model management system with Ecto. | 19 |
phoenixframework/phoenix_ecto | An integration of Phoenix and Ecto for concurrent acceptance testing | 488 |
elixir-wallaby/wallaby | Tools for testing Elixir web applications with concurrent browser simulation | 1,675 |
xerions/ecto_migrate | Automates Ecto model migrations by comparing actual and expected schema definitions | 35 |
fuelen/ecto_dev_logger | An alternative logging library for Ecto queries in Elixir | 151 |
dwyl/phoenix-ecto-encryption-example | A comprehensive guide to encrypting data in Elixir Phoenix apps before inserting it into a database. | 274 |
stuart/tuco_tuco | A web application testing tool that simulates user interaction with Elixir web apps using a DSL. | 59 |