Skip to content

Commit

Permalink
move test-tube tests to a tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurensKubat committed May 17, 2024
1 parent ba687a6 commit f2dc958
Show file tree
Hide file tree
Showing 8 changed files with 504 additions and 514 deletions.
2 changes: 1 addition & 1 deletion smart-contracts/contracts/merkle-incentives/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
wasm = "build --release --lib --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --bin schema"
test-tube = "test --package merkle-incentives --lib -- --include-ignored test_tube:: --nocapture --test-threads=1"
test-tube = "test --package merkle-incentives --test merkle -- --include-ignored --nocapture --test-threads=1"
test-tube-build = "build --release --lib --target wasm32-unknown-unknown --target-dir ./test-tube-build"
3 changes: 0 additions & 3 deletions smart-contracts/contracts/merkle-incentives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ pub mod incentives;
pub mod msg;
pub mod state;

#[cfg(test)]
mod test_tube;

pub use crate::error::ContractError;

This file was deleted.

Loading

0 comments on commit f2dc958

Please sign in to comment.