comparison tests/test-verify-repo-operations.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
613 settings.register_profile( 613 settings.register_profile(
614 'continuous', 614 'continuous',
615 settings( 615 settings(
616 timeout=-1, 616 timeout=-1,
617 stateful_step_count=1000, 617 stateful_step_count=1000,
618 max_examples=10**8, 618 max_examples=10 ** 8,
619 max_iterations=10**8, 619 max_iterations=10 ** 8,
620 database=writeonlydatabase(settings.default.database), 620 database=writeonlydatabase(settings.default.database),
621 ), 621 ),
622 ) 622 )
623 623
624 settings.load_profile(os.getenv('HYPOTHESIS_PROFILE', 'default')) 624 settings.load_profile(os.getenv('HYPOTHESIS_PROFILE', 'default'))