subxt client tests

This commit is contained in:
Niklas Adolfsson
2021-11-30 20:50:07 +01:00
parent 1fb8c8d368
commit 212d79f1a6
3 changed files with 87 additions and 0 deletions
+5
View File
@@ -14,8 +14,13 @@
// You should have received a copy of the GNU General Public License
// along with subxt. If not, see <http://www.gnu.org/licenses/>.
//! Client for embedding substrate nodes.
#![deny(missing_docs)]
#[cfg(test)]
mod tests;
use async_std::task;
use futures::{
channel::mpsc,