summaryrefslogtreecommitdiffstats
path: root/docs/en/erlang.mk/1/guide/triq.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-18 09:59:28 +0200
committerLoïc Hoguin <[email protected]>2019-07-18 10:08:46 +0200
commit136d443b5c38bee96f5d995dfea3629ef07564c3 (patch)
tree1d31540baebc43ca0b2dceeda212c44f5da7e7a8 /docs/en/erlang.mk/1/guide/triq.asciidoc
parente031713c0e8bd871248dbbbbdec1ea28609f4431 (diff)
downloadninenines.eu-136d443b5c38bee96f5d995dfea3629ef07564c3.tar.gz
ninenines.eu-136d443b5c38bee96f5d995dfea3629ef07564c3.tar.bz2
ninenines.eu-136d443b5c38bee96f5d995dfea3629ef07564c3.zip
Announce Ranch 2.0.0-rc.1
Adds Ranch 2.0 documentation and removes documentation for very old Cowboy and Ranch, along with Erlang.mk documentation which is available on its own website.
Diffstat (limited to 'docs/en/erlang.mk/1/guide/triq.asciidoc')
-rw-r--r--docs/en/erlang.mk/1/guide/triq.asciidoc31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/en/erlang.mk/1/guide/triq.asciidoc b/docs/en/erlang.mk/1/guide/triq.asciidoc
deleted file mode 100644
index db698600..00000000
--- a/docs/en/erlang.mk/1/guide/triq.asciidoc
+++ /dev/null
@@ -1,31 +0,0 @@
-[[triq]]
-== Triq
-
-https://triq.gitlab.io/[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):
-
-[source,bash]
-$ make tests
-
-To run all tests and static checks (including Triq):
-
-[source,bash]
-$ make check
-
-You can also run Triq separately:
-
-[source,bash]
-$ make triq
-
-To check properties from a single module:
-
-[source,bash]
-$ make triq t=foo_tests
-
-To check a single property:
-
-[source,bash]
-$ make triq t=foo_tests:bar