Functions | |
def | test_seq |
def | test_ob_cancel |
def | test_ob_resume |
def | test_ob_retry |
def | test_ob_load_file |
def | test_run_file |
def | test_ob_retry_loop |
def test.test_ob.test_ob_cancel | ( | ) |
def test.test_ob.test_ob_load_file | ( | ) |
Just loads sequence from file path
def test.test_ob.test_ob_resume | ( | ) |
Load test_err sequence. It fails on method "b" Checks how many times the different methods were called. Checks error state is propagated up.
def test.test_ob.test_ob_retry | ( | ) |
Load test_err sequence. It fails on "b" method. Checks how many times "a" and "b" methods were called.
def test.test_ob.test_ob_retry_loop | ( | ) |
Load test_err sequence. It fails on "b" method. Checks how many times "a" and "b" methods were called.
def test.test_ob.test_run_file | ( | ) |
Executes sequence from file path
def test.test_ob.test_seq | ( | ) |
Simple two steps template