Loïc Hoguin 9 лет назад
Родитель
Сommit
3c99a562c8
1 измененных файлов с 1 добавлено и 3 удалено
  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
 unit tests with xref:eunit[EUnit] and 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.
 
 Erlang.mk comes with features to make your life easier when