Skip to content

Instantly share code, notes, and snippets.

@ganwell
Created October 10, 2018 20:21
Show Gist options
  • Save ganwell/cfeb599db9fae2c0f016b5cf8c365b07 to your computer and use it in GitHub Desktop.
Save ganwell/cfeb599db9fae2c0f016b5cf8c365b07 to your computer and use it in GitHub Desktop.
@settings(deadline=None, timeout=unlimited)
def test_func(capsys):
"""Functional test of chirp."""
def init_with_capsys():
return GenFunc(capsys)
with settings(deadline=None, timeout=unlimited):
run_state_machine_as_test(init_with_capsys)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment