Skip to content

Conversation

@aaronzedwick
Copy link
Member

@aaronzedwick aaronzedwick commented Nov 22, 2024

Closes #964

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
@philipc2 philipc2 changed the title DRAFT: Improve Testing Coverage Improve Testing Coverage for Numba Caching Jan 23, 2025
@philipc2 philipc2 marked this pull request as ready for review January 23, 2025 20:40
@philipc2 philipc2 merged commit 283febf into main Jan 23, 2025
16 checks passed
@erogluorhan erogluorhan deleted the zedwick/code-cov branch February 5, 2025 21:16
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 for uxarray.utils

3 participants