ud3tn/test/integration
Felix Walter b627eb1f24 python: Join nested with statements with comma
Instead of

with a:
    with b:
        ...

we can use:

with a, b:
    ...

This makes the code more compact.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-06-21 11:16:07 +02:00
..
__init__.py Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
helpers.py python-ud3tn-utils: Add asyncio AAP 2.0 client 2024-06-21 10:36:30 +02:00
requirements.txt python-ud3tn-utils: Add asyncio AAP 2.0 client 2024-06-21 10:36:30 +02:00
test_aap2_async_client.py python: Join nested with statements with comma 2024-06-21 11:16:07 +02:00
test_aap2_behavior.py python: Join nested with statements with comma 2024-06-21 11:16:07 +02:00
test_aap2_send_receive.py python: Join nested with statements with comma 2024-06-21 11:16:07 +02:00
test_aap_send_receive.py Adjust time in integration test 2023-07-14 10:36:33 +02:00
test_bundle_age.py test/integration: Remove pseudo-addresses for CLAs without addressing 2024-06-21 10:36:30 +02:00
test_bundle_routing.py test/integration: Remove pseudo-addresses for CLAs without addressing 2024-06-21 10:36:30 +02:00
test_bundle_send_receive.py test/integration: Remove pseudo-addresses for CLAs without addressing 2024-06-21 10:36:30 +02:00
test_re_scheduling.py test/integration: Add tests for re-scheduling and fragment forwarding 2024-06-21 10:36:30 +02:00
test_send_receive_fragment.py test/integration: Add tests for re-scheduling and fragment forwarding 2024-06-21 10:36:30 +02:00