kxio/tests
Paul Campbell 8007f01d94
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 8m36s
Test / build (map[name:stable]) (push) Successful in 10m10s
Release Please / Release-plz (push) Successful in 1m50s
fix(net)!: remove Drop assertions for any unused plans
Tests should use the existing `assert_no_unused_plans` method available
on both `Net` and `MockNet`.

This removes the problem of assetions being applied early when there are
multiple clones of the `Net` or `MockNet` and one of them is dropped.

feat(net): add `MockNet:;plans_left`

tests(net): add tests for MockNet::try_from
2024-12-29 19:33:27 +00:00
..
fs.rs feat(fs)!: Reader now supports non-utf8 files 2024-12-15 14:01:18 +00:00
net.rs fix(net)!: remove Drop assertions for any unused plans 2024-12-29 19:33:27 +00:00