dhcpkit.tests.ipv6.server.test_transaction_bundle module

Test transaction bundle

class dhcpkit.tests.ipv6.server.test_transaction_bundle.TransactionBundleTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_auto_create_outgoing_relay_messages()[source]
test_bad_response()[source]
test_direct_outgoing_message()[source]
test_get_unhandled_options()[source]
test_incoming_relay_messages()[source]
test_mark_handled()[source]
test_marks()[source]
test_no_outgoing_message()[source]
test_outgoing_message()[source]
test_request()[source]
test_shallow_bundle()[source]
test_str()[source]
test_unanswered_iana_options()[source]
test_unanswered_iapd_options()[source]
test_unanswered_iata_options()[source]
test_unknown_message()[source]
test_wrong_way()[source]