flagsmith
flagsmith copied to clipboard
Refactor test structure
trafficstars
Tests are currently primarily located in each module and there is limited separation between unit and integration tests.
Tests have now all been moved to api/tests. Still to do is to correctly define the split between unit and integration.