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
We use a mock of our graph to run a large number of unit tests. Everytime we change the graph, our mock graph must reflect those changes or we're testing outdated data. I propose a toggleable function which can be run within graph lifecycle to automatically export a mock of the graph
Gonna tweak the title of this, as I would like to leave open to different options of how to approach this.
thescientist13
changed the title
Add toggleable functionality to build a mock graph for unit tests
have the build be able to output / provide a copy of the graph
Apr 16, 2020
Type of Change
Summary
We use a mock of our graph to run a large number of unit tests. Everytime we change the graph, our mock graph must reflect those changes or we're testing outdated data. I propose a toggleable function which can be run within graph lifecycle to automatically export a mock of the graph
Details
The text was updated successfully, but these errors were encountered: