Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tests for TopoGraph. #14583

Merged
merged 1 commit into from Jul 20, 2023
Merged

Conversation

AndyButland
Copy link
Contributor

Prerequisites

  • I have added steps to test this contribution in the description below

Description

We realised there's an implementation of a "directed acyclic graph" in both CMS and Deploy, in the form of the class TopoGraph. My guess is that at some point it was extracted out of Deploy, tidied up, and used in the CMS - as they are the same other than some formatting and messaging.

We plan to obsolete/remote the one in Deploy and use the one in CMS.

However I realised that the tests we have for this in Deploy aren't in CMS, and so rather than removing them added them here so they can continue to verify the behaviour of this class.

To test - just confirm the tests pass.

@nikolajlauridsen nikolajlauridsen merged commit 3a857ab into v12/dev Jul 20, 2023
16 checks passed
@nikolajlauridsen nikolajlauridsen deleted the v12/tasks/added-topograph-tests branch July 20, 2023 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants