See the slides at https://meeshkan.github.io/targeted-property-based-testing/.
Examples of property-based testing including targeted property-based testing written in Elixir with PropCheck.
The project was initialized using mix
:
$ mix new elixir-propcheck --app pbt
mix
comes with Elixir.
Examples of targeted property-based testing using the Hypothesis
library.
Examples of targeted property-based testing in Erlang. Project initialized with rebar3:
$ rebar3 new lib erlang-targeted-pbt