This pull request fixes all backend tests and creates a Mock for all controllers and services. It also removes all unused imports and variables and removes all auto-generated tests when creating a new module.
The auto-generated tests create more bugs than they solve ! :confused:
Other changes :wrench:
I removed all auto-generated tests when creating a new module, because they create bugs than they solve.
I created a Mock for all services and I fixed all tests.
I also removed all unused imports and variables.
Description :memo:
This pull request fixes all backend tests and creates a Mock for all controllers and services. It also removes all unused imports and variables and removes all auto-generated tests when creating a new module.
The auto-generated tests create more bugs than they solve ! :confused:
Other changes :wrench:
I removed all auto-generated tests when creating a new module, because they create bugs than they solve. I created a Mock for all services and I fixed all tests. I also removed all unused imports and variables.