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 to_dict method for parsed schema #77

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Conversation

vreuter
Copy link
Member

@vreuter vreuter commented Sep 11, 2023

  • docstrings
  • to_dict method on parsed schema
  • better constant sharing

@nsheff @donaldcampbelljr this is sort of a draft as I didn't add any tests here, but what do you think?

@nsheff
Copy link
Contributor

nsheff commented Sep 11, 2023

this looks great at first glance, and exactly what I needed, I'll try to give it a try --

could you also add a docstring to the ParsedSchema class itself?

@vreuter
Copy link
Member Author

vreuter commented Sep 11, 2023

could you also add a docstring to the ParsedSchema class itself?

yes, done now

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #77 (cfa2f44) into dev (ab8df05) will decrease coverage by 0.17%.
The diff coverage is 58.33%.

@@            Coverage Diff             @@
##              dev      #77      +/-   ##
==========================================
- Coverage   89.11%   88.94%   -0.17%     
==========================================
  Files          17       17              
  Lines        2425     2434       +9     
==========================================
+ Hits         2161     2165       +4     
- Misses        264      269       +5     
Files Changed Coverage Δ
pipestat/parsed_schema.py 88.26% <58.33%> (-2.11%) ⬇️

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

Copy link
Contributor

@donaldcampbelljr donaldcampbelljr left a comment

Choose a reason for hiding this comment

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

Looks good!

@donaldcampbelljr donaldcampbelljr merged commit 8f6b3b4 into dev Sep 11, 2023
4 of 5 checks passed
@donaldcampbelljr donaldcampbelljr deleted the vr/parsed-schema-dict-73 branch September 28, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants