Open qascade opened 1 year ago
Hello,
I'd like to work on this under your guidance.
hey @qascade, I wd like to know more about the issue
@prakrit55 Please send me an mail on sksingh2211@gmail.com. Will send an invite
@prakrit55 Please send me an mail on sksingh2211@gmail.com. Will send an invite
I sent the email, you can check it.
Description
Currently all the
address.Graph
struct inside the package graph is being populated usingNewGraph()
func. This function is being tested using TestGraph function, I want to make sure that all the graph values are checked deeply against hardcoderequired
struct rather than just printing.How are you planning to resolve on this issue?
Create a hardcoded stub for expected values per field in the graph and compare it with the output of the Graph from inside the code. As all the structs have already been checked manually all tests should pass in general. Please make sure to check across config yamls for cross-verification.