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

Add unit tests to supercomputer module #389

Closed
jmcook1186 opened this issue Jan 15, 2024 · 0 comments · Fixed by #390
Closed

Add unit tests to supercomputer module #389

jmcook1186 opened this issue Jan 15, 2024 · 0 comments · Fixed by #390
Assignees

Comments

@jmcook1186
Copy link
Contributor

Story

As a user I want to see that the supercomputer module is working as expected. As a developer i want 100% test coverage so I know my changes haven't broken anything.

Rationale

We identified some areas in the graph nesting that weren't well covered by our unit tests and could let some errors go throuhg unchecked. This PR closes those holes.

Implementation details

Add unit tests that fully cover the graph nesting.

Priority

4/5

Scope

unit tests only

Size

1 d

What does "done" look like?

Unit tests with 100% coverage that address corner cases with complicated nesting

Does this require updaes to documentation or other materials??

no docs updates required

What testing is required?

All unit tests passing, 100% coverage

Is this a known/expected update?

known since w/c 08/01/24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants