Skip to content

Commit

Permalink
fix:comment hypothesis debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 25, 2024
1 parent 4e2efc8 commit 831f47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ class Machine(CommonMachine):
self.command_strategy | self.command_strategy_redis7 if redis_ver >= (7,) else self.command_strategy
)

hypothesis.settings.register_profile("debug", max_examples=10, verbosity=hypothesis.Verbosity.debug)
hypothesis.settings.load_profile("debug")
# hypothesis.settings.register_profile("debug", max_examples=10, verbosity=hypothesis.Verbosity.debug)
# hypothesis.settings.load_profile("debug")
hypothesis.stateful.run_state_machine_as_test(Machine)


Expand Down

0 comments on commit 831f47b

Please sign in to comment.