sts Package

sts Package

fuzzer_integration_test Module

class tests.integration.sts.fuzzer_integration_test.FuzzerTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

basic_test()[source]
tmpcfg = 'config/fuzzer_simple_test.py'
tmpcfgmodule = 'config.fuzzer_simple_test'
tmpcfgpyc = 'config/fuzzer_simple_test.pyc'
tmpparamsfile = 'config/fuzzer_simple_test_params.py'
write_params()[source]
write_simple_cfg()[source]

mcs_finder_integration_test Module

class tests.integration.sts.mcs_finder_integration_test.ReplayerTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

basic_test()[source]
tmpcfg = 'config/mcs_simple_test.py'
tmpcfgmodule = 'config.mcs_simple_test'
tmpcfgpyc = 'config/mcs_simple_test.pyc'
tmpsuperlog = '/tmp/superlog.tmp'
write_simple_cfg()[source]
write_simple_superlog()[source]

Returns the file. Make sure to close afterwards!

replayer_integration_test Module

class tests.integration.sts.replayer_integration_test.ReplayerTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

basic_test()[source]
tmpcfg = 'config/replayer_simple_test.py'
tmpcfgmodule = 'config.replayer_simple_test'
tmpcfgpyc = 'config/replayer_simple_test.pyc'
tmpsuperlog = '/tmp/superlog.tmp'
write_simple_cfg()[source]
write_simple_superlog()[source]

Returns the file. Make sure to close afterwards!

Table Of Contents

Previous topic

integration Package

Next topic

unit Package

This Page