holochain_wind_tunnel_runner 0.7.1

Customises the wind_tunnel_runner for Holochain testing
Documentation
1
2
3
4
5
6
7
use wind_tunnel_runner::prelude::UserValuesConstraint;

/// Holochain-specific context values for the [wind_tunnel_runner::prelude::RunnerContext].
#[derive(Default, Debug)]
pub struct HolochainRunnerContext {}

impl UserValuesConstraint for HolochainRunnerContext {}