You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For any feature you develop or include in a pull request (PR), ensure it is covered by unit tests.
44
44
- All unit tests should be placed in their respective package folders.
45
+
- Follow existing tests and mimic the pattern
45
46
46
47
## Write Integration tests
47
48
- For any feature you develop or include in a pull request (PR), ensure it is also covered by integration tests as well.
48
49
- All integration tests should be placed under the [integrationtests](https://github.com/authorjapps/zerocode/tree/master/core/src/test/java/org/jsmart/zerocode/integrationtests) parent folder.
50
+
- Follow existing tests and mimic the pattern
49
51
50
52
## Note
51
53
Any contribution submitted by an author for inclusion in this repository shall be licensed under this [LICENSE](https://github.com/authorjapps/zerocode/blob/master/LICENSE)
0 commit comments