1.7 KiB
1.7 KiB
Wiki
General
- Keep a changelog
- https://github.com/minimaxir/big-list-of-naughty-strings
- The-Big-Username-Blacklist
Elixir
General
- ExDoc is a documentation generation tool for Elixir
- A static code analysis tool with a focus on code consistency and teaching
- Mix tasks to simplify use of Dialyzer in Elixir project
- Coverage report tool for Elixir with coveralls.io integration
- Security-focused static analysis for Elixir & the Phoenix framework
Testing
- Unit testing framework for Elixir
- mix-test.watch - Automatically run your Elixir project's tests each time you save a file
- Story BDD tool for executing elixir in ExUnit
- BDD testing framework for Elixir inspired by RSpec
- Faker is a pure Elixir library for generating fake data
- A factory library by the creators of FactoryBot
- PropCheck provides property based testing and is an Elixir layer around PropEr
- Data generation and property-based testing for Elixir
- Concurrent browser tests
- library for writing integration tests and browser automation