-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move iot verifier tests to single file
- remove `#[allow(dead_code)]`
- Loading branch information
1 parent
8fa762a
commit 2995b36
Showing
7 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
mod common; | ||
|
||
mod purger_tests; | ||
mod rewarder_operations; | ||
mod rewarder_oracles; | ||
mod rewarder_poc_dc; | ||
mod runner_tests; |
2 changes: 1 addition & 1 deletion
2
iot_verifier/tests/purger_tests.rs → ...rifier/tests/integrations/purger_tests.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
iot_verifier/tests/rewarder_operations.rs → ...tests/integrations/rewarder_operations.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
iot_verifier/tests/rewarder_oracles.rs → ...er/tests/integrations/rewarder_oracles.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
iot_verifier/tests/rewarder_poc_dc.rs → ...ier/tests/integrations/rewarder_poc_dc.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
iot_verifier/tests/runner_tests.rs → ...rifier/tests/integrations/runner_tests.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters