pallet-vesting: Move `tests` module and create `mock` module (#9234)
* pallet-vesting: Move `tests` module to seperate file * Move mock to own file * add copyright header appache-2.0 * fix mock import paths in benchmark test macro
Showing
- substrate/frame/vesting/src/benchmarking.rs 2 additions, 2 deletionssubstrate/frame/vesting/src/benchmarking.rs
- substrate/frame/vesting/src/lib.rs 24 additions, 475 deletionssubstrate/frame/vesting/src/lib.rs
- substrate/frame/vesting/src/mock.rs 140 additions, 0 deletionssubstrate/frame/vesting/src/mock.rs
- substrate/frame/vesting/src/tests.rs 359 additions, 0 deletionssubstrate/frame/vesting/src/tests.rs
Please register or sign in to comment