proper VS Quixir

Compare proper vs Quixir and see what are their differences.

proper

PropEr: a QuickCheck-inspired property-based testing tool for Erlang (by proper-testing)

Quixir

Property-based testing for Elixir (by pragdave)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
proper Quixir
3 -
878 266
0.1% -
3.1 0.0
9 months ago about 5 years ago
Erlang Elixir
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

proper

Posts with mentions or reviews of proper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-03.
  • How programmers make sure that their software is correct
    1 project | news.ycombinator.com | 6 Jan 2022
    > There are generally two main categories of tests. There are unit tests [and] Integration tests

    Later on there is a mention of fuzzing. However, there is something better called property tests. Where the on failure there is automatic "shrinking" of input complexity to find a minimally failing test scenario.

    For Erlang and Elixir I recommend https://propertesting.com/ book and the PropEr test framework https://github.com/proper-testing/proper.

    As an example, here is the use of an advanced feature called targeted property based testing: https://proper-testing.github.io/tutorials/PropEr_testing_wi... used to test a labyrinth.

  • Laura Castro on Property-Based Testing in Elixir
    5 projects | dev.to | 3 Sep 2021
    [1] https://proper-testing.github.io/

Quixir

Posts with mentions or reviews of Quixir. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Quixir yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing proper and Quixir you can also consider the following projects:

StreamData - Data generation and property-based testing for Elixir. 🔮

excheck - Property-based testing library for Elixir (QuickCheck style).

espec - Elixir Behaviour Driven Development

mix_test_watch - 🎠 Because TDD is awesome

meck - A mocking library for Erlang

FakeServer - FakeServer integrates with ExUnit to make external APIs testing simpler

espec_phoenix - ESpec for Phoenix web framework.

ignorant - Simplify comparison of Elixir data structures by ensuring fields are present but ignoring their values.

hound - Elixir library for writing integration tests and browser automation

katt - KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.

power_assert - Power Assert in Elixir. Shows evaluation results each expression.