seq
2.0.0
|
Functions | |
def | ob () |
def | test_not_a_valid_module (ob) |
def | test_seq (ob) |
def | test_ob_cancel (ob) |
def | test_ob_resume (ob) |
def | test_ob_retry (ob) |
def | test_ob_load_file (ob) |
def | xtest_run_file (ob) |
def | test_ob_retry_loop (ob) |
Variables | |
scope | |
def test.test_ob.ob | ( | ) |
def test.test_ob.test_not_a_valid_module | ( | ob | ) |
def test.test_ob.test_ob_cancel | ( | ob | ) |
def test.test_ob.test_ob_load_file | ( | ob | ) |
Just loads sequence from file path
def test.test_ob.test_ob_resume | ( | ob | ) |
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 | ( | ob | ) |
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 | ( | ob | ) |
Load test_err sequence. It fails on "b" method. Checks how many times "a" and "b" methods were called.
def test.test_ob.test_seq | ( | ob | ) |
Simple two steps template
def test.test_ob.xtest_run_file | ( | ob | ) |
Executes sequence from file path
test.test_ob.scope |