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

Use compact test comment style for each case under @pytest.mark.parametrize #277

Merged
merged 2 commits into from
Dec 25, 2024

Conversation

bobleesj
Copy link
Contributor

@bobleesj bobleesj commented Dec 25, 2024

Closes #276 - use compact test comment

Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.68%. Comparing base (c73f860) to head (0324138).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #277   +/-   ##
=======================================
  Coverage   98.68%   98.68%           
=======================================
  Files           8        8           
  Lines         379      379           
=======================================
  Hits          374      374           
  Misses          5        5           
Files with missing lines Coverage Δ
tests/test_diffraction_objects.py 100.00% <ø> (ø)
tests/test_transforms.py 100.00% <ø> (ø)

@sbillinge sbillinge merged commit de55560 into diffpy:main Dec 25, 2024
5 checks passed
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.

Use compact test comment under @pytest.mark.parametrize for each test case
2 participants