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

Move LensKit test support into lenskit.testing package #575

Merged
merged 8 commits into from
Dec 25, 2024

Conversation

mdekstrand
Copy link
Member

@mdekstrand mdekstrand commented Dec 25, 2024

This creates a new package, lenskit.testing, and moves the test support code from lenskit.util.test into here.

Work on #574 will live in the new package.

@mdekstrand mdekstrand added the build Build, test, and platform support label Dec 25, 2024
@mdekstrand mdekstrand added this to the 2025.1 milestone Dec 25, 2024
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

Attention: Patch coverage is 85.13514% with 22 lines in your changes missing coverage. Please review.

Project coverage is 90.24%. Comparing base (a01e859) to head (a7f7275).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
lenskit/lenskit/testing/_arrays.py 68.75% 20 Missing ⚠️
lenskit/lenskit/testing/__init__.py 92.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #575      +/-   ##
==========================================
+ Coverage   90.20%   90.24%   +0.03%     
==========================================
  Files         103      105       +2     
  Lines        6403     6429      +26     
==========================================
+ Hits         5776     5802      +26     
  Misses        627      627              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mdekstrand mdekstrand merged commit 62dab96 into main Dec 25, 2024
38 of 39 checks passed
@mdekstrand mdekstrand deleted the feature/testing-package branch December 25, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build, test, and platform support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant