Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
from hypothesis_auto import auto_pytest_magic
from cruft.cli import _check_command_output, _link_output, _update_output
auto_pytest_magic(_check_command_output, auto_allow_exceptions_=(SystemExit,))
auto_pytest_magic(_update_output)
auto_pytest_magic(_link_output)