Pallet:Auction move tests and benchmark to seperate files (#6746)
# Description
Linked to issue #590.
I moved the tests and benchmarking to their own seperate file to reduce
the bloat inside auctions.rs
Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
parent
03e5db1f
Showing
- polkadot/runtime/common/src/auctions/benchmarking.rs 282 additions, 0 deletionspolkadot/runtime/common/src/auctions/benchmarking.rs
- polkadot/runtime/common/src/auctions/mock.rs 258 additions, 0 deletionspolkadot/runtime/common/src/auctions/mock.rs
- polkadot/runtime/common/src/auctions/mod.rs 677 additions, 0 deletionspolkadot/runtime/common/src/auctions/mod.rs
- polkadot/runtime/common/src/auctions/tests.rs 821 additions, 0 deletionspolkadot/runtime/common/src/auctions/tests.rs
Please register or sign in to comment