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: adding option for string representation #15

Merged
merged 3 commits into from
Oct 24, 2019
Merged

feat: adding option for string representation #15

merged 3 commits into from
Oct 24, 2019

Conversation

matfax
Copy link
Owner

@matfax matfax commented Oct 24, 2019

  • Enhancement: Adding a class attribute that allows the Path to be represented as its path's string.
  • Enhancement: Adding __gt__, 'ge', 'le', and 'getitem' methods to add more coverage with the 'str' interface.
  • Change: posix is only accepted as keyed argument anymore, not as unkeyed argument.

@codecov
Copy link

codecov bot commented Oct 24, 2019

Codecov Report

Merging #15 into master will increase coverage by 0.01%.
The diff coverage is 97.14%.

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   96.21%   96.22%   +0.01%     
==========================================
  Files           6        6              
  Lines         396      424      +28     
==========================================
+ Hits          381      408      +27     
- Misses         15       16       +1
Impacted Files Coverage Δ
mutapath/mutapath.py 100% <100%> (ø) ⬆️
mutapath/immutapath.py 94.96% <96.87%> (+0.15%) ⬆️

@matfax matfax added the enhancement New feature or request label Oct 24, 2019
@matfax matfax merged commit 00c3437 into master Oct 24, 2019
@repo-ranger repo-ranger bot deleted the stringrepr branch October 24, 2019 17:25
@matfax matfax changed the title feat: add serialization support for mashumaro feat: adding option for string representation Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant