# HG changeset patch # User timeless # Date 1457447523 0 # Node ID e13e0e1899900019427587fa972f02caf1ba98d2 # Parent 27996f78a64c40672e83c6a5cfe8e00b8bb640b6 hghave: improve description of Hypothesis diff -r 27996f78a64c -r e13e0e189990 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