class documentation

class APISuite(Suite): (source)

View In Hierarchy

Undocumented

Method setUp Undocumented
Method tearDown Undocumented
Method test_capture_bad_opt stderr should be captured when a bad option is passed.
Method test_capture_empty stderr should be captured when a bad option is passed.
Method test_capture_help stdout should be captured when --help is passed.
Method test_capture_version stdout should be captured when --version is passed.
Instance Variable stderr Undocumented
Instance Variable stdout Undocumented
Instance Variable sys_stderr Undocumented
Instance Variable sys_stdout Undocumented
def setUp(self): (source)

Undocumented

def tearDown(self): (source)

Undocumented

def test_capture_bad_opt(self): (source)

stderr should be captured when a bad option is passed.

def test_capture_empty(self): (source)

stderr should be captured when a bad option is passed.

def test_capture_help(self): (source)

stdout should be captured when --help is passed.

def test_capture_version(self): (source)

stdout should be captured when --version is passed.

Undocumented

Undocumented

sys_stderr = (source)

Undocumented

sys_stdout = (source)

Undocumented