PyBitmessage icon indicating copy to clipboard operation
PyBitmessage copied to clipboard

SQL unit tests

Open PeterSurda opened this issue 4 years ago • 0 comments

  • 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

PeterSurda avatar Jan 09 '21 13:01 PeterSurda