You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Unit Tests that are currently in lib_test.go are kinda random, a bit all over the place and do not cover testing every corner case of every publicly exposed function (ie in testing parlance, we do not have 100% test coverage)
Your task is to create a Unit Test to test every publicly exposed function
The Unit Test must cover every corner case (passing in edges that don't exist, boundary values etc)
Create a new issue for the Unit Test you want to create if it does not already exists. As in, Check that the issue isn't a duplicate before creating!
The Unit Tests that are currently in
lib_test.goare kinda random, a bit all over the place and do not cover testing every corner case of every publicly exposed function (ie in testing parlance, we do not have 100% test coverage)