Tests for the Sunny framework input system.
Find a file
2026-03-15 11:30:35 +01:00
src Updated tests 2026-03-15 11:30:35 +01:00
Cargo.toml First commit 2026-01-19 12:56:43 +01:00
LICENSE Added license and README.MD 2026-01-19 13:46:06 +01:00
README.MD Updated manual test 2026-01-20 13:34:21 +01:00

About

White-box tests for the input system. Should test the systems themselves as well what and what not gets exported from the input system. This crate should not be published on crates.io.

TODO:

  • Figure out how to test from outside that code (i.e. generating input events from the system into Bevy and checking for results).
  • Cover 100% of the public API.