forked from goodboy/tractor
In the `examples/debugging/restore_builtin_breakpoint.py` i had put the pattern-comment lines on the line following the `breakpoint()` bc it seems that's where `pdb` would always "stop" and print the line to console? So the test would only pass by actually ensuring that in the `pexpect` capture.. Now on 3.13 it seems that the `pdb` line halting must have been fixed; it now renders to console the same `breakpoint()` line? Anyway it works as you'd expect now but **only** on 3.13 so after this change we might have to adjust the tests to `pytest.xfail()` on earlier versions. |
||
|---|---|---|
| .. | ||
| advanced_faults | ||
| debugging | ||
| integration | ||
| parallelism | ||
| __init__.py | ||
| __main__.py | ||
| a_trynamic_first_scene.py | ||
| actor_spawning_and_causality.py | ||
| actor_spawning_and_causality_with_daemon.py | ||
| asynchronous_generators.py | ||
| full_fledged_streaming_service.py | ||
| infected_asyncio_echo_server.py | ||
| multiple_streams_one_portal.py | ||
| quick_cluster.py | ||
| remote_error_propagation.py | ||
| rpc_bidir_streaming.py | ||
| service_discovery.py | ||