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) wrapper to subprocess calls? #149

Merged
merged 7 commits into from
Mar 9, 2024

Conversation

MementoRC
Copy link
Collaborator

A lot of times I forgot to put the noqa, thus I had created this wrapper. It also helped me browse through the logs and debug specific calls.

Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.68%. Comparing base (12bd2e8) to head (b5823a2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #149   +/-   ##
=======================================
  Coverage   85.68%   85.68%           
=======================================
  Files          11       11           
  Lines         566      566           
  Branches       67       67           
=======================================
  Hits          485      485           
  Misses         45       45           
  Partials       36       36           

@MementoRC
Copy link
Collaborator Author

There may be smarter ways to do this, it just makes the debugging a tidbit easier

@ofek
Copy link
Owner

ofek commented Mar 8, 2024

I see commented out code blocks; is this ready for review?

@MementoRC
Copy link
Collaborator Author

MementoRC commented Mar 8, 2024

Yes, it is ready, though it is just a small improvement. Right, these are 2 functions that do not seem to be used. I wasn't thinking straight, you would still see them in the review if I had removed them

I updated the PR

On the other front, I am struggling with testing the build with system lib. It builds, but when testing the secp256k1 DLL does not load (it loads fine during build - I changed the libsecp256k1 several times to help debug) - I can't figure out what is missing. Testing involves a virtualenv, then I have to use conda to be able to install the libsecp256k1, then it fails when I try to run the tests - It is so close to be ready

@MementoRC
Copy link
Collaborator Author

@ofek Ready for review - I'll refrain from updating it

@ofek ofek merged commit dba5cbd into ofek:master Mar 9, 2024
11 checks passed
@MementoRC MementoRC deleted the feat/add-wrapper-subprocess-calls branch March 9, 2024 19:39
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.

2 participants