You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Extend logger to be able to write to stdout/stderr
Description
Adding functionality to the logger to be able to write to stdout/stderr.
This feature was requested in https://github.com/RebirthDB/rebirthdb-python/pull/9/files/8328cc1a20e57615da7163cd50148e5042741bdc#diff-565263873ac3f2f37ce9d01ee9bd638a
* Simplify integration tests
Description
Integration tests containes unused variables and other, not needed stuff, like `teardown_methods`.
Note: Tear down methods are not needed in most of the cases, due to we are removing the DB itself at the end of every test.
* Remove not necessary tear_down
0 commit comments