test Package

test Package

exception pyff.test.ExitException(code)

Bases: exceptions.Exception

class pyff.test.SignerTestCase(methodName='runTest')

Bases: unittest.case.TestCase

datadir = None
private_keyspec = None
public_keyspec = None
classmethod setUpClass()
sys_exit(code)
classmethod tearDownClass()
pyff.test.run_cmdline(script, *args)
pyff.test.run_pyff(*args)
pyff.test.run_pyffd(*args)

test_simple_pipeline Module

class pyff.test.test_simple_pipeline.SimplePipeLineTest(methodName='runTest')

Bases: pyff.test.SignerTestCase

setUp()
tear_down()
test_entityid_present()
test_non_zero_output()
test_select_single()

Table Of Contents

Previous topic

pipes Package

This Page