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

Clean method lists #92

Merged
merged 4 commits into from
Jun 8, 2024
Merged

Clean method lists #92

merged 4 commits into from
Jun 8, 2024

Conversation

jatkinson1000
Copy link
Owner

Closes #83 by removing lists of methods from the testing function.

Users can now instead scroll down the class to see implemented tests and not worry about keeping the master list up to date.
As we move towards release it is assumed future tests will be written to cover any new code, and checked at review.

@jatkinson1000 jatkinson1000 added the documentation Improvements or additions to documentation label Jun 8, 2024
@jatkinson1000 jatkinson1000 self-assigned this Jun 8, 2024
Copy link

codecov bot commented Jun 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.64%. Comparing base (758d235) to head (b58e6b1).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   97.64%   97.64%           
=======================================
  Files          28       28           
  Lines        1613     1613           
=======================================
  Hits         1575     1575           
  Misses         38       38           
Files Coverage Δ
...cheryutils/classifications/tests/test_agb_field.py 100.00% <ø> (ø)
...heryutils/classifications/tests/test_agb_indoor.py 100.00% <ø> (ø)
...utils/classifications/tests/test_agb_old_indoor.py 100.00% <ø> (ø)
...eryutils/classifications/tests/test_agb_outdoor.py 100.00% <ø> (ø)
...classifications/tests/test_classification_utils.py 100.00% <ø> (ø)
...cheryutils/handicaps/tests/test_handicap_tables.py 100.00% <ø> (ø)
archeryutils/handicaps/tests/test_handicaps.py 100.00% <ø> (ø)
archeryutils/tests/test_length.py 100.00% <100.00%> (ø)
archeryutils/tests/test_rounds.py 100.00% <ø> (ø)
archeryutils/tests/test_targets.py 100.00% <ø> (ø)

@jatkinson1000 jatkinson1000 merged commit 0698980 into main Jun 8, 2024
12 checks passed
@jatkinson1000 jatkinson1000 deleted the clean-method-lists branch June 8, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tidy methods lists in tests
1 participant