control_flow Package

control_flow Package

peeker_test Module

class tests.unit.sts.control_flow.peeker_test.MatchFingerPrintTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_match_fingerprints_duplicate_expected()[source]
test_match_fingerprints_duplicate_inferred()[source]
test_match_fingerprints_empty()[source]
test_match_fingerprints_simple()[source]
class tests.unit.sts.control_flow.peeker_test.PeekerTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test_basic_no_prune()[source]
test_basic_noop()[source]

test_basic_noop: running on a dag with no input events returns the same dag

test_basic_prune()[source]
tests.unit.sts.control_flow.peeker_test.handle_int(sigspec, frame)[source]

Table Of Contents

Previous topic

sts Package

Next topic

util Package

This Page