##// END OF EJS Templates
hghave: improve description of Hypothesis
timeless -
r28383:e13e0e18 default
parent child Browse files
Show More
@@ -454,7 +454,7 b' def has_pure():'
454 def has_slow():
454 def has_slow():
455 return os.environ.get('HGTEST_SLOW') == 'slow'
455 return os.environ.get('HGTEST_SLOW') == 'slow'
456
456
457 @check("hypothesis", "is Hypothesis installed")
457 @check("hypothesis", "Hypothesis automated test generation")
458 def has_hypothesis():
458 def has_hypothesis():
459 try:
459 try:
460 import hypothesis
460 import hypothesis
General Comments 0
You need to be logged in to leave comments. Login now