Closed HoverHell closed 5 months ago
I've rebased these changes onto the current master
. Tests seem to mostly work. (Edit: local tests; I'll look into CI tests later)
logs username / password when used in database uri
Fixed that.
None / test/None when unittesting
Which tests cause that?
Which tests cause that?
Some local test with python -m unittest. Could also be a local problem, I test it again with the fixed PR.
Sorry, I've reverted the PR, was not able to get it working.
Not all global variables where available everywhere resulting in creating of database 'None' and not being able to find local files, as you can see for instance in https://github.com/1200wd/bitcoinlib/actions/runs/9366996897
Tried to merge this to test, but couldn't get it to work. Database is set to None / test/None when unittesting, and logs are send to stdout. Also logs username / password when used in database uri