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
|`project <sub-module-name>`| Switch to a particular module. After this, the command `compile`, `test` etc runs only on that module | project scala_core |
17
+
|`<sub-module-name>/compile`| Compile only the provided module | scala_core/compile |
18
+
|`projects`| Lists all the sub modules ||
19
+
|`<sub-module-name>/run`| Run the main class within the sub-module | scala_core/run |
20
+
21
+
**Note: The project name may not be same as directory name. Instead, it is the `lay val` variable used to define each module**
20
22
21
23
# Test Naming Standards
22
24
In this repository, we have classified the tests in 4 categories.
0 commit comments