Move all of the nearcore tests into a single compilation unit #4469
Labels
A-transaction-runtime
Area: transaction runtime (transaction and receipts processing, state transition, etc)
C-housekeeping
Category: Refactoring, cleanups, code quality
Node
Node team
T-node
Team: issues relevant to the node experience team
At the moment we have test crates in
nearcore/tests
, we should unify them into one test crate. I started doing that in #4263, but that bitrotted.See #4027 for why this would be better.
Should be done after #4468 -- the lazy_static issue actually prevents moving some tests into a single binary.
The text was updated successfully, but these errors were encountered: