SwayDB
SwayDB copied to clipboard
Improve testing
Test cases are getting hard to maintain. CommonAssertions and TestData are getting too large - All test functions are jammed into these files.
All helper functions should be split into their dedicated *TestKit files.
For example all Segment related test data generator etc should be under SegementTestKit