Add panicking system test to bevy_ecs #7434
Labels
A-ECS
Entities, components, systems, and events
A-Tasks
Tools for parallel and async work
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
The panic_when _hierarchy_cycle test and other similar panicking tests have caught a large number of issues in our tasks and scheduling code.
We should have a test in bevy_ecs with the should_panic annotation that runs a system that panics.
We may also want to add one to bevy_render that panics on the rendering app.
The text was updated successfully, but these errors were encountered: