pybit
pybit copied to clipboard
improve test to use unittest framework to make it easy to run
- lets use our logging framework in our tests instead of printing to console
- do not redirect logging to a file, its better at stderr when in a test case, and we can see which threads log what
- exit our ws instances after use in tests, else they interact with the tests