-
Notifications
You must be signed in to change notification settings - Fork 86
Tests #36
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
As this project has grown, carefully inspecting each line manually has become increasingly difficult. Therefore, it only makes sense to add tests to the code to ensure that no logic is messed up. For instance, tentacles had a glaring issue preventing any nodes from being added. This took me 3 weeks to realize: b85a01a. Hopefully, future errors like that can be avoided through tests.