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
1. Please join our [mailing-lists][] and [gitter chat room][] for seeking community help.
40
41
42
+
## Write Unit tests
43
+
- For any feature you develop or include in a pull request (PR), ensure it is covered by unit tests.
44
+
- All unit tests should be placed in their respective package folders.
45
+
- Follow existing tests and mimic the pattern
46
+
47
+
## Write Integration tests
48
+
- For any feature you develop or include in a pull request (PR), ensure it is also covered by integration tests as well.
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
51
+
41
52
## Note
42
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