Package schrodinger :: Package test :: Module hypothesis_profiles
[hide private]
[frames] | no frames]

Module hypothesis_profiles

Functions [hide private]
 
register_profiles()
Registers hypothesis profiles
Variables [hide private]
  __package__ = 'schrodinger.test'
Function Details [hide private]

register_profiles()

 

Registers hypothesis profiles

# See http://hypothesis.readthedocs.io/en/latest/settings.html for details

Any profile added here will be available to py.test's --hypothesis-profile option

Defaults are as follows:

max_examples = 200 max_iterations = 1000 perform_health_check = True stateful_step_count = 50 strict = False