-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Code qualityImproves the code qualityImproves the code qualityTestingNeed for extra tests coverageNeed for extra tests coverage
Description
Background
test_utils.rs will eventually be extended using snapshot and simulator. Thus to prevent strong confusions, it is important to move test_utils.rs into its own folder, and split it into several potential functionalities that each will be used independently such as MockCryptoRng, or DKG , presign and signing functions.
User Story
No response
Acceptance Criteria
- Move test_utils.rs to its own folder and split it into multiple files
- Make the necessary edits to the rest of the files to call the proper test_utils/.rs
Resources & Additional Notes
No response
Metadata
Metadata
Assignees
Labels
Code qualityImproves the code qualityImproves the code qualityTestingNeed for extra tests coverageNeed for extra tests coverage