tests/test-verify-repo-operations.py
changeset 48875 6000f5b25c9b
parent 47063 1d075b857c90
child 49305 53e9422a9b45
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 from __future__ import print_function, absolute_import
       
     2 
       
     3 """Fuzz testing for operations against a Mercurial repository
     1 """Fuzz testing for operations against a Mercurial repository
     4 
     2 
     5 This uses Hypothesis's stateful testing to generate random repository
     3 This uses Hypothesis's stateful testing to generate random repository
     6 operations and test Mercurial using them, both to see if there are any
     4 operations and test Mercurial using them, both to see if there are any
     7 unexpected errors and to compare different versions of it."""
     5 unexpected errors and to compare different versions of it."""