Closed
Description
Issue
In the test suite there is one folder containing tests tests/Unit
.
These are not unit tests as they interact with an external service integration. Thus they are tests/Integration
tests because they touch either SQLite or MySQL implementation.
Solution
Rename tests folders to represent the tests they actually perform.