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
Copy file name to clipboardexpand all lines: doc/modules/ROOT/pages/edge/implement.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -584,5 +584,5 @@ Same applies to the OpenEMS Backend for dynamically loading devices.
584
584
Before continuing with the development and implementation, it's important to ensure that your module's tests are passing. This helps in maintaining the quality and functionality of the module. To check the tests of your module, execute the following Gradle command in the root directory of OpenEMS:
585
585
586
586
----
587
-
Run ./gradlew :io.openems.edge.io.shelly:clean in the root Directory to check the tests of your module.
587
+
Run ./gradlew :io.openems.edge.io.shelly:test in the root Directory to check the tests of your module.
0 commit comments