##// 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 454 def has_slow():
455 455 return os.environ.get('HGTEST_SLOW') == 'slow'
456 456
457 @check("hypothesis", "is Hypothesis installed")
457 @check("hypothesis", "Hypothesis automated test generation")
458 458 def has_hypothesis():
459 459 try:
460 460 import hypothesis
General Comments 0
You need to be logged in to leave comments. Login now