rust-bitcoin-unsafe-fast/bitcoin/src/psbt
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
..
map Make capitalization of SegWit uniform in rustdocs 2024-12-17 14:28:28 +00:00
error.rs 2024-10-27 automated rustfmt nightly 2024-10-27 01:21:24 +00:00
macros.rs Use fully qualified path in macro 2024-10-28 09:08:26 +11:00
mod.rs Remove test_ prefix from unit tests 2025-01-02 10:06:50 +11:00
raw.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
serialize.rs script: deprecate to_bytes 2024-11-01 07:09:53 +11:00