mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-19 13:18:32 +02:00
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>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| helpers.py | ||
| requirements.txt | ||
| test_aap2_async_client.py | ||
| test_aap2_behavior.py | ||
| test_aap2_send_receive.py | ||
| test_aap_send_receive.py | ||
| test_bundle_age.py | ||
| test_bundle_routing.py | ||
| test_bundle_send_receive.py | ||
| test_re_scheduling.py | ||
| test_send_receive_fragment.py | ||