Twaha-Rahman/e-commercify

✨[Feature] Differentiate Unit Tests and Integration Tests

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.

Currently the tests are all Unit Tests. Later on when Integration Tests get added it will be quite difficult to keep track of which is which. We need to follow a test structuring convention to solve this problem.

Describe the solution you would like

For Unit Tests ->

Move the Unit Tests for each model or module under that model or modules parent folder. Also, group the tests inside a test folder.

For Unit Tests ->

Add the Integration Tests in the current test directory that we are using.

This issue has been inactive for a while. Adding the Stale label. 😕