Lightningbeam/lightningbeam-ui/lightningbeam-core/tests
Skyler Lehmkuhl da65b63bdf Repair test suite + fix sample key-range overlap bug
The suite had accumulated breakage from prior refactors:
- selection unification: rewrite the integration tests for the single
  unified clip_instances collection (shapes+clips are one set now).
- tempo-map: thread a TempoMap (constant 60 BPM = identity) into the
  clip remap_time tests so the second-based expectations hold.
- drop two dead rgba_to_yuv420p tests that asserted tight plane sizes
  incompatible with the function's 16-macroblock alignment.
- ignore the WIP theme var() cascade test (theme system not wired up).

Also a real bug the tests caught: auto_key_ranges produced overlapping
sample key ranges (the midpoint key mapped to both adjacent samples).
Start each range one past the previous midpoint.
2026-06-23 19:07:06 -04:00
..
beam_archive.rs Pack video into .beam and stream frames + audio from the blob 2026-06-22 09:17:10 -04:00
clip_workflow_test.rs Repair test suite + fix sample key-range overlap bug 2026-06-23 19:07:06 -04:00
layer_properties_test.rs tests 2025-11-29 13:39:31 -05:00
packed_video_stream.rs Pack video into .beam and stream frames + audio from the blob 2026-06-22 09:17:10 -04:00
region_select_debug.rs Work on region select 2026-02-21 06:04:54 -05:00
region_select_test.rs Work on region select 2026-02-21 06:04:54 -05:00
rendering_integration_test.rs Change vector drawing primitive from shape to doubly-connected edge graph 2026-02-23 21:29:58 -05:00
selection_integration_test.rs Repair test suite + fix sample key-range overlap bug 2026-06-23 19:07:06 -04:00