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

Avoid modifying the PATH for the python test suites #308

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bigspider
Copy link
Collaborator

@bigspider bigspider commented Dec 17, 2024

Instead, install the local ledger_bitcoin package as part of the requirements.txt.

Moved all the various requirements.txt to a single file in the root of the repo.

Closes: #307

@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.70%. Comparing base (24bcdae) to head (bf12689).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #308   +/-   ##
========================================
  Coverage    84.70%   84.70%           
========================================
  Files           17       17           
  Lines         2230     2230           
========================================
  Hits          1889     1889           
  Misses         341      341           
Flag Coverage Δ
unittests 84.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

Refactor test suites to avoid modifying PYTHONPATH
2 participants