Python pytest_bdd.then() Examples

The following are 2 code examples of pytest_bdd.then(). You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may also want to check out all available functions/classes of the module pytest_bdd , or try the search function .
Example #1
Source File: test_restart.py    From pylada-light with GNU General Public License v3.0 5 votes vote down vote up
def passon():
    """ A container to pass information from when to then """
    return [] 
Example #2
Source File: test_single_run.py    From pylada-light with GNU General Public License v3.0 5 votes vote down vote up
def passon():
    """ A container to pass information from when to then """
    return []