Skip to content

Commit cd64d27

Browse files
committed
Add test file for hidden methods
1 parent 2a728da commit cd64d27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

integration_test/tests/hidden.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// SPDX-License-Identifier: CC0-1.0
2+
3+
//! Tests for methods that are `== Hidden ==` and not in the API docs of Bitcoin Core.
4+
5+
#![allow(non_snake_case)] // Test names intentionally use double underscore.
6+
7+
use integration_test::{Node, NodeExt as _};
8+
use node::vtype::*; // All the version specific types.
9+
use node::mtype;

0 commit comments

Comments
 (0)