paleolimbot commented on code in PR #747: URL: https://github.com/apache/sedona-db/pull/747#discussion_r3018807722
########## rust/sedona-raster-functions/src/lib.rs: ########## @@ -33,3 +33,6 @@ pub mod rs_size; pub mod rs_spatial_predicates; pub mod rs_srid; pub mod rs_worldcoordinate; + +#[cfg(test)] +mod regression_tests; Review Comment: It's a bit more more rust-y to put these in `<crate>/tests` (we do this for some other crates as well) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
