hghave: improve description of Hypothesis
authortimeless <timeless@mozdev.org>
Tue, 08 Mar 2016 14:32:03 +0000
changeset 28383 e13e0e189990
parent 28382 27996f78a64c
child 28384 3356bf61fa25
hghave: improve description of Hypothesis
tests/hghave.py
--- 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