Skip to content

Commit

Permalink
ignore arg parse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Jan 12, 2024
1 parent f7b6350 commit 4cdd892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ zingocli/tests/times/*
wallets/*
zingocli/wallets/*
darkside-tests/lightwalletd_bin/
*cli_parse_test_data*
3 changes: 2 additions & 1 deletion zingocli/tests/argument_parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ fn clargs_view_key_birthday_fresh_wallet_dir() {
.args(&["--view-key", zingolib::testvectors::MAINNET_ALPHA_VIEWKEY]) // shortened for brevity
.args(&["--birthday", "2363649"])
.args(&["--fresh-wallet-dir", cli_parse_test_data])
.args(&["help"])
.args(&["--nosync"])
.args(&["info"])
.output()
.expect("Failed to execute cargo run command");

Expand Down

0 comments on commit 4cdd892

Please sign in to comment.