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
As part of our Robust Testing Initiative we want to create generalized fixtures for our unit tests to make writing unit tests easier. To that end we want to add or update unit some unit tests to utilize the new fixture. Currently the GraphQueue class is not unit tested at all. We could unit test by reusing the DiGraph fixture created in #9871.
Housekeeping
Short description
As part of our Robust Testing Initiative we want to create generalized fixtures for our unit tests to make writing unit tests easier. To that end we want to add or update unit some unit tests to utilize the new fixture. Currently the GraphQueue class is not unit tested at all. We could unit test by reusing the
DiGraph
fixture created in #9871.Acceptance criteria
Suggested Tests
The work is the tests
Impact to Other Teams
None
Will backports be required?
Narp
Context
The text was updated successfully, but these errors were encountered: