From 2b588340af501825f3ab03f2e76dba0353c98fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Jun 2018 12:59:26 +0200 Subject: Update documentation for Gun 1.0 --- docs/en/erlang.mk/1/guide/triq/index.html | 188 ++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 docs/en/erlang.mk/1/guide/triq/index.html (limited to 'docs/en/erlang.mk/1/guide/triq') diff --git a/docs/en/erlang.mk/1/guide/triq/index.html b/docs/en/erlang.mk/1/guide/triq/index.html new file mode 100644 index 00000000..5b478a0b --- /dev/null +++ b/docs/en/erlang.mk/1/guide/triq/index.html @@ -0,0 +1,188 @@ + + + + + + + + + + Nine Nines: Triq + + + + + + + + + + + + + + + + +
+
+
+
+ +

Triq

+ +

Triq is a QuickCheck-like library for +property-based testing. Erlang.mk automates discovery and checking of +Triq properties.

+

To run all tests (including Triq):

+
+
+
$ make tests
+

To run all tests and static checks (including Triq):

+
+
+
$ make check
+

You can also run Triq separately:

+
+
+
$ make triq
+

To check properties from a single module:

+
+
+
$ make triq t=foo_tests
+

To check a single property:

+
+
+
$ make triq t=foo_tests:bar
+ + + + + + + + + + + + + + + +
+ +
+ + +

+ Erlang.mk + 1 + + User Guide +

+ +
    + + + +
+ +

Navigation

+ +

Version select

+
    + + + +
  • 1
  • + +
+ +
+
+
+
+ + + + + + + + + -- cgit v1.2.3