Browse Source

Remove Triq from overview

Loïc Hoguin 9 years ago
parent
commit
3c99a562c8
1 changed files with 1 additions and 3 deletions
  1. 1 3
      doc/src/guide/overview.asciidoc

+ 1 - 3
doc/src/guide/overview.asciidoc

@@ -68,9 +68,7 @@ The xref:shell[make shell] command allows you
 to test your project manually. You can automate these
 to test your project manually. You can automate these
 unit tests with xref:eunit[EUnit] and test
 unit tests with xref:eunit[EUnit] and test
 your entire system with xref:ct[Common Test].
 your entire system with xref:ct[Common Test].
-xref:property_based_testing[Property based testing]
-with Triq is a strong alternative to writing unit tests
-manually. xref:coverage[Code coverage] can of course
+xref:coverage[Code coverage] can of course
 be enabled during tests.
 be enabled during tests.
 
 
 Erlang.mk comes with features to make your life easier when
 Erlang.mk comes with features to make your life easier when