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

Feat: refactor tests structure organization #26

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

mrLSD
Copy link
Owner

@mrLSD mrLSD commented Dec 16, 2023

Description

➡️ Refactored tests structure organization.

  • Moved tests/utils.rs to separate module tests/utils.rs - so utils.rs does not run as a test.
  • Renamed tests/codec.rs to tests/codec_test.rs

⚠️ Most importantly do not run utility file tests/utils.rs as a test.

@mrLSD mrLSD added enhancement New feature or request tests Tests implementations and coverage labels Dec 16, 2023
@mrLSD mrLSD added this to the v0.3.4 milestone Dec 16, 2023
Copy link

codecov bot commented Dec 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2e702b1) 99.54% compared to head (e1a9229) 99.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files           9        9           
  Lines        1975     1975           
=======================================
  Hits         1966     1966           
  Misses          9        9           

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

@mrLSD mrLSD merged commit 53b67a0 into master Dec 16, 2023
4 checks passed
@mrLSD mrLSD deleted the feat/refactor-tests-struct branch December 16, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Tests implementations and coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant