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.
41
41
42
42
## Write Unit tests
43
-
- For any feature you develop or raise a PR, please cover it by unit tests.
44
-
- All integration tests should go here under their respective package folder.
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
45
46
46
## Write Integration tests
47
-
- For any feature you develop or raise a PR, please cover it by Integration tests.
48
-
- All integration tests should go here under this parent folder [integrationtests](https://github.com/authorjapps/zerocode/tree/master/core/src/test/java/org/jsmart/zerocode/integrationtests).
47
+
- For any feature you develop or include in a pull request (PR), ensure it is also covered by integration tests as well.
48
+
- 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.
49
49
50
50
## Note
51
51
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