rust-bitcoin-unsafe-fast/units/src/amount
Jamil Lambert, PhD 9a2b56f381
Modify test in Amount to kill mutants
Mutants found in weekly mutation testing.

Add an assert for both signed and unsigned to an existing test to kill
them.
2025-03-26 09:48:21 +00:00
..
error.rs amount: return i64 from parse_signed_to_satoshi 2025-03-18 19:32:58 +00:00
mod.rs amount: return i64 from parse_signed_to_satoshi 2025-03-18 19:32:58 +00:00
result.rs Enforce the MAX_MONEY invariant in amount types 2025-03-13 09:07:14 +11:00
serde.rs Enforce the MAX_MONEY invariant in amount types 2025-03-13 09:07:14 +11:00
signed.rs Make usage of Self and type uniform across both modules 2025-03-21 14:26:35 -03:00
tests.rs Modify test in Amount to kill mutants 2025-03-26 09:48:21 +00:00
unsigned.rs Make usage of Self and type uniform across both modules 2025-03-21 14:26:35 -03:00
verification.rs Enforce the MAX_MONEY invariant in amount types 2025-03-13 09:07:14 +11:00