rust-bitcoin-unsafe-fast/units/tests
Tobin C. Harding 85e04315d5
Remove test_ prefix from unit tests
There is a loose convention in Rust to not use `test_` prefix. The
reason being that `cargo test` outputs 'test <test name>' using the
prefix makes the output stutter.

This patch smells a bit like code-churn but having the prefix in some
places and not others is confusing to new contributors and is leading me
to explain this many times now. Lets just fix it.

Remove the prefix unless doing so breaks the code.
2025-01-02 10:06:50 +11:00
..
api.rs Remove test_ prefix from unit tests 2025-01-02 10:06:50 +11:00
str.rs units: Add stringy regression tests 2024-11-27 13:35:45 +11:00