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

Add bidirectional converter specs to test namespaces #53

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Oct 3, 2023

Previously, we might have duplicated namespaces when converting the same string back and forth. With the latest change in #52, we're avoiding this error and are now adding respective test coverage for this phenomena.

@MrSerth MrSerth added enhancement New feature or request ruby Pull requests that update Ruby code labels Oct 3, 2023
@MrSerth MrSerth requested a review from kkoehn October 3, 2023 22:09
@MrSerth MrSerth self-assigned this Oct 3, 2023
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #53 (2aad5e9) into main (e21cc91) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #53   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        14    +3     
  Lines          315       405   +90     
=========================================
+ Hits           315       405   +90     
Files Coverage Δ
...ustom_matchers/equal_namespace_definitions_spec.rb 100.00% <100.00%> (ø)
spec/dachsfisch/bidirectional_converter_spec.rb 100.00% <100.00%> (ø)
...upport/expectations/equal_namespace_definitions.rb 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@kkoehn kkoehn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.
I added a few remarks with questions and suggestions

Previously, we might have duplicated namespaces when converting the same string back and forth. With the latest change in #52, we're avoiding this error and are now adding respective test coverage for this phenomena.
@MrSerth MrSerth force-pushed the bidirectional_converter_spec branch from 41b58ef to 2aad5e9 Compare October 9, 2023 21:46
@MrSerth MrSerth merged commit 00c55c8 into main Oct 10, 2023
5 checks passed
@MrSerth MrSerth deleted the bidirectional_converter_spec branch October 10, 2023 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants