seq  2.0.0
Functions | Variables
test.test_ob Namespace Reference

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
 

Detailed Description

 

Function Documentation

◆ ob()

def test.test_ob.ob ( )

◆ test_not_a_valid_module()

def test.test_ob.test_not_a_valid_module (   ob)

◆ test_ob_cancel()

def test.test_ob.test_ob_cancel (   ob)

◆ test_ob_load_file()

def test.test_ob.test_ob_load_file (   ob)
Just loads sequence from file path

◆ test_ob_resume()

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.

◆ test_ob_retry()

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.

◆ test_ob_retry_loop()

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.

◆ test_seq()

def test.test_ob.test_seq (   ob)
Simple two steps template

◆ xtest_run_file()

def test.test_ob.xtest_run_file (   ob)
Executes sequence from file path

Variable Documentation

◆ scope

test.test_ob.scope