SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
720 stars 168 forks source link

[Bugfix] Restore log access in pytest #574

Closed kdmukai closed 4 months ago

kdmukai commented 4 months ago

Description

Current dev branch won't show any logs from SeedSigner code when running pytest, regardless of -s, -o log_cli=1, nor --log-cli-level=DEBUG.

Even on a failed test, our logging cannot be surfaced.

This PR:

Misc:


This pull request is categorized as a:

Checklist

If you modified or added functionality/workflow, did you add new unit tests?

I have tested this PR on the following platforms/os:

Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.

newtonick commented 4 months ago

tACK