[FEATURE TASK] Integration tests separation #181
Labels
enhancement
New feature or request
feature-task
The purpose of this issue is to group sub tasks for whole feature
We want to have integration tests in the separate module rather than in the
service
module as actually.💡 Describe the solution you'd like
Need to move integration tests to
integration-tests
module.The following sub-tasks are needed:
directory/unit
,directory/integration
to simplydirectory
) Remove actual integration test classes #182integration-tests
module to be able to run a basic integration test Setup integration-tests module #183After that we can proceed with the following:
AmenityController
CommunityController
HouseController
HouseMemberDocumentController
PaymentController
UserController
The text was updated successfully, but these errors were encountered: