Skip to content

Commit

Permalink
add rust_only tests
Browse files Browse the repository at this point in the history
 * add color_psbt*, accept_transfer and consume_fascia success
 * add color_psbt and post_consignmet fail
 * move list_unspents_vanilla and save_new_asset tests
  • Loading branch information
nicbus committed Jul 3, 2024
1 parent 0425577 commit 3872869
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 158 deletions.
44 changes: 0 additions & 44 deletions src/wallet/test/list_unspents_vanilla.rs

This file was deleted.

4 changes: 2 additions & 2 deletions src/wallet/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use crate::{
},
wallet::{
backup::ScryptParams,
rust_only::{AssetColoringInfo, ColoringInfo},
test::utils::{api::*, chain::*, helpers::*},
},
};
Expand Down Expand Up @@ -230,10 +231,9 @@ mod list_assets;
mod list_transactions;
mod list_transfers;
mod list_unspents;
mod list_unspents_vanilla;
mod new;
mod refresh;
mod save_new_asset;
mod rust_only;
mod send;
mod send_btc;
mod sign_psbt;
Expand Down
Loading

0 comments on commit 3872869

Please sign in to comment.