1 2 3 4 5 6 7
/// Integration / unit tests for the openbci crate. /// /// Hardware is never touched — all tests run purely against in-memory data. pub mod channel_config_tests; pub mod electrode_tests; pub mod packet_tests; pub mod sample_tests;