feat: add integration tests with snapshot for some CPS cards in kits

This commit is contained in:
2024-10-07 20:57:49 +02:00
parent 51bed2b4f4
commit e01b28f66f
10 changed files with 707 additions and 1 deletions

View File

@ -14,7 +14,7 @@ use fsv_sys::{
mod errors_ssv;
use errors_ssv::SSVErrorCodes;
pub use errors_ssv::SSVErrorCodes;
use crate::fsv_parsing::prelude::*;
#[derive(Error, Debug)]