-
Notifications
You must be signed in to change notification settings - Fork 6
Improve testing #8
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
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Currently, we output and print the value of our API request in our tests. We need to check manually if everything looks fine. If anyone has any ideas where we could
assert!,assert_eq!, or use an external crate to see if the values are what we expect.