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 up unit tests #247

Merged
merged 65 commits into from
Feb 10, 2022
Merged

Clean up unit tests #247

merged 65 commits into from
Feb 10, 2022

Conversation

mhostetter
Copy link
Owner

No description provided.

@mhostetter mhostetter added the testing Relates to unit testing or test coverage label Jan 28, 2022
@codecov
Copy link

codecov bot commented Jan 28, 2022

Codecov Report

Merging #247 (1e1674a) into master (a5e6386) will decrease coverage by 92.89%.
The diff coverage is n/a.

❗ Current head 1e1674a differs from pull request most recent head 3943e4a. Consider uploading reports for the commit 3943e4a to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #247       +/-   ##
=========================================
- Coverage   92.89%      0   -92.90%     
=========================================
  Files          31      0       -31     
  Lines        4770      0     -4770     
=========================================
- Hits         4431      0     -4431     
+ Misses        339      0      -339     
Impacted Files Coverage Δ
galois/__init__.py
galois/_codes/_bch.py
galois/_codes/_reed_solomon.py
galois/_fields/_factory.py
galois/_fields/_linalg.py
galois/_fields/_main.py
galois/_fields/_poly_functions.py
galois/_math.py
galois/_modular.py
galois/_polymorphic.py
... and 20 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5e6386...3943e4a. Read the comment docs.

@mhostetter mhostetter force-pushed the review-unit-tests branch 4 times, most recently from 5ab58f0 to e5e8df2 Compare January 30, 2022 19:40
@mhostetter mhostetter marked this pull request as ready for review February 10, 2022 19:29
@mhostetter mhostetter merged commit 3aa7d1b into master Feb 10, 2022
@mhostetter mhostetter deleted the review-unit-tests branch February 10, 2022 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Relates to unit testing or test coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Complete unit testing review/overhaul Add tests for getting/setting object arrays
1 participant