machinery for running QuickCheck #505

Closed
zxq9 wants to merge 2 commits from quickcheck-ci into master
zxq9 commented 2019-01-24 17:17:43 +09:00 (Migrated from gitlab.com)

Created by: ThomasArts

This patch makes it possible to run QuickCheck on a server.
It depends on having access to the eqc_ci application, which is licence depending and only runs on Quviq servers for the moment.

Via rebar3 as eqc shell --apps eqc_ci it will create a directory _build/eqc/test_results/run_..../ that shows the results of running all properties in the quickcheckdirectory.

*Created by: ThomasArts* This patch makes it possible to run QuickCheck on a server. It depends on having access to the eqc_ci application, which is licence depending and only runs on Quviq servers for the moment. Via `rebar3 as eqc shell --apps eqc_ci` it will create a directory `_build/eqc/test_results/run_..../` that shows the results of running all properties in the `quickcheck`directory.

Pull request closed

Sign in to join this conversation.
No description provided.