final queryer and merger test suite installed; docs fully up to date

This commit is contained in:
2026-03-12 18:37:50 -04:00
parent f666e608da
commit cfcb259eab
3 changed files with 251 additions and 8 deletions

View File

@ -1463,6 +1463,12 @@ fn test_queryer_0_8() {
crate::tests::runner::run_test_case(&path, 0, 8).unwrap();
}
#[test]
fn test_queryer_0_9() {
let path = format!("{}/fixtures/queryer.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 9).unwrap();
}
#[test]
fn test_not_0_0() {
let path = format!("{}/fixtures/not.json", env!("CARGO_MANIFEST_DIR"));