Macro cfg_mocks::make_runtime_for_mock
source · macro_rules! make_runtime_for_mock { ($runtime_name:ident, $mock_name:ident, $pallet:ident, $externalities:ident) => { ... }; }
Expand description
Creates a runtime with a pallet mock to make isolated tests See tests below of this same file