mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-12 06:20:48 +00:00
2b04ddf5c8
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.