[erlang-questions] Anyone using PropEr on their project yet?
Jesper Louis Andersen
jesper.louis.andersen@REDACTED
Sat Jul 23 12:58:45 CEST 2011
On Thu, Jul 21, 2011 at 01:29, Loïc Hoguin <essen@REDACTED> wrote:
> If anyone has setup PropEr tests in their open source project I'd really
> like to take a look.
Magnus Klaar changed the quickcheck suite of etorrent to use PropEr
and we fire it from eunit at the moment. The etorrent_bcoding module
has an example, I believe,
https://github.com/jlouis/etorrent/blob/master/apps/etorrent/src/etorrent_bcoding.erl#L194
which is easy enough to understand. My own branch which I am working
on is still using QuviQ Quickcheck Mini though. Old habits die hard.
--
J.
More information about the erlang-questions
mailing list