-
Notifications
You must be signed in to change notification settings - Fork 49
Add unit-tests for the Mazevo events parser in parser/mazevoParser.go #151
Copy link
Copy link
Open
Labels
L2A task suitable for someone who is comfortable helping with implementing features.A task suitable for someone who is comfortable helping with implementing features.Type: InternalChore tasks that are needed for other featuresChore tasks that are needed for other features
Description
Add unit tests for the mazevo events parser using Go's built-in testing library.
Follow the current structure of the unit-tests, which means a file _test.go is associated with the file of the main code.
Be sure to seek out resources for details on how to write good unit tests if you are unsure. Also make sure to check the coverage of the test because the higher the coverage, the better.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
L2A task suitable for someone who is comfortable helping with implementing features.A task suitable for someone who is comfortable helping with implementing features.Type: InternalChore tasks that are needed for other featuresChore tasks that are needed for other features