Files
Floris Bruynooghe 2b04ddf5c8 chore(tests): rename proptests modules to all be consistent (#493)
We also have a `connection::send_buffer:proptests` module, which did
not match the nextest naming for the proptest profile. So those tests
were being run in a normal test run.

Because switching that module name to be "proptest" is problematic
since the crate is also called "proptest" and that creates naming
conflicts with the `user super::*` I opted to change the
tests/proptest module to become proptests instead.
2026-03-11 12:51:57 +00:00
..