|
pub(crate) async fn test_query_with_params_and_serialize( |
Consider making each test case represent a single functionality (or a minimal combination). Otherwise, when X fails, X+Y also fails, X+Y+Z also fails... While it would be nice to have one end2end test, consider not doing it in all your test cases
rdbc2/tests/common.rs
Line 103 in 746a580
Consider making each test case represent a single functionality (or a minimal combination). Otherwise, when X fails, X+Y also fails, X+Y+Z also fails... While it would be nice to have one end2end test, consider not doing it in all your test cases