Mercurial > public > mercurial-scm > hg
diff tests/hghave.py @ 28383:e13e0e189990
hghave: improve description of Hypothesis
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 08 Mar 2016 14:32:03 +0000 |
parents | 562a073a2a1b |
children | cdbc25306696 |
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