PyBitmessage
PyBitmessage copied to clipboard
SQL unit tests
- there should be a mechanism to do unit test for SQL calls outside of the core tests. Maybe have a setup method that spawns a sql thread
- the migrations between the versions need to have their own unit test, maybe these steps should be split into separate functions
- there should be some sample SQL dumps that are loaded before tests