changeset 28383:e13e0e189990

hghave: improve description of Hypothesis
author timeless <timeless@mozdev.org>
date Tue, 08 Mar 2016 14:32:03 +0000
parents 27996f78a64c
children 3356bf61fa25
files tests/hghave.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/hghave.py	Wed Mar 02 21:39:55 2016 +0000
+++ b/tests/hghave.py	Tue Mar 08 14:32:03 2016 +0000
@@ -454,7 +454,7 @@
 def has_slow():
     return os.environ.get('HGTEST_SLOW') == 'slow'
 
-@check("hypothesis", "is Hypothesis installed")
+@check("hypothesis", "Hypothesis automated test generation")
 def has_hypothesis():
     try:
         import hypothesis