rust-bitcoin-unsafe-fast/units/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
..
amount Merge rust-bitcoin/rust-bitcoin#3846: Remove `test_` prefix from unit tests 2025-01-04 00:23:46 +00:00
fee_rate Implement custom serde modules for FeeRate 2024-12-28 08:15:13 +11:00
locktime Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
block.rs Merge rust-bitcoin/rust-bitcoin#3777: Implement Arbitrary for units types 2024-12-21 17:30:19 +00:00
internal_macros.rs 2024-12-22 automated rustfmt nightly 2024-12-22 01:21:54 +00:00
lib.rs units: Move excluded lints to manifest 2024-12-18 08:25:12 +11:00
parse.rs Merge rust-bitcoin/rust-bitcoin#3842: Remove usage of impl_from_infallible in leaf crates 2025-01-03 23:42:21 +00:00
weight.rs units: Add all pedantic lints 2024-12-18 08:25:12 +11:00