rust-bitcoin-unsafe-fast/primitives/src
merge-script 3b2363b2c6
Merge rust-bitcoin/rust-bitcoin#3846: Remove `test_` prefix from unit tests
85e04315d5 Remove test_ prefix from unit tests (Tobin C. Harding)

Pull request description:

  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.

ACKs for top commit:
  shinghim:
    ACK 85e04315d5
  apoelstra:
    ACK 85e04315d5eb90075ce55bf18fab8876a4583def; successfully ran local tests

Tree-SHA512: d90ae5ef75cc5e5a8f43f60819544f1a447f13cbe660ba71e84b8f27bfcc04a11d3afde0ed56e4eea5c73ebc3925024b800a1b995f73142cab892f97a414f14a
2025-01-04 00:23:46 +00:00
..
locktime Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
script Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
block.rs Remove test_ prefix from unit tests 2025-01-02 10:06:50 +11:00
lib.rs primitives: Add core re-exports 2024-12-28 09:03:42 +11:00
merkle_tree.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
opcodes.rs Remove macro debug_from_display 2025-01-02 07:31:13 +11:00
pow.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
sequence.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
taproot.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
transaction.rs Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
witness.rs Make capitalization of SegWit uniform in rustdocs 2024-12-17 14:28:28 +00:00