seq
4.0.0-pre3
|
Functions | |
def | ob () |
def | test_not_a_valid_module (ob) |
def | test_seq (ob) |
Simple two steps template. More... | |
def | xtest_ob_cancel (ob) |
Starts a sequence and then cancels it. More... | |
def | test_ob_resume (ob) |
Load test_err sequence. More... | |
def | test_ob_retry (ob) |
Load test_err sequence. More... | |
def | test_ob_load_file (ob) |
Just loads sequence from file path. More... | |
def | xtest_run_file (ob) |
Executes sequence from file path. More... | |
def | test_ob_retry_loop (ob) |
Load test_err sequence. More... | |
def test.test_ob.ob | ( | ) |
def test.test_ob.test_not_a_valid_module | ( | 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_ob_cancel | ( | ob | ) |
Starts a sequence and then cancels it.
def test.test_ob.xtest_run_file | ( | ob | ) |
Executes sequence from file path.