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

DRAFT: Improve Testing Coverage #1085

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

DRAFT: Improve Testing Coverage #1085

wants to merge 4 commits into from

Conversation

aaronzedwick
Copy link
Member

Closes #52

Overview

There are several places in our code that lack functions to test them, as seen inside the code coverage. This PR addresses those files by adding test cases.

PR Checklist

General

  • An issue is linked created and linked
  • Add appropriate labels
  • Filled out Overview and Expected Usage (if applicable) sections

Testing

  • Adequate tests are created if there is new functionality
  • Tests cover all possible logical paths in your function
  • Tests are not too basic (such as simply calling a function and nothing else)

@aaronzedwick aaronzedwick changed the title DRAFT:Improve Testing Coverage DRAFT: Improve Testing Coverage Nov 22, 2024
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.

Improve testing coverage
2 participants