How to use the cruft.cli._check_command_output function in cruft

To help you get started, we’ve selected a few cruft examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github timothycrosley / cruft / tests / test_cli.py View on Github external
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)