// SPDX-License-Identifier: AGPL-3.0-or-later
//! This module provides tools which can be used for testing.
//!
//! It includes fixtures and templates which can be injected into tests, mock node and client
//! implementations.
/// Generates random bytes of given length.