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: docs/layout.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ Utility:
28
28
29
29
Development environment:
30
30
-`make build-dev`: builds all development images
31
-
-`make run-dev-standalone`: runs the development environment
32
-
-`make run-dev-verbose`: same as `make run-dev-standalone`, but doesn't detach the containers so the output is directly visible and the process can be stopped with CTRL+C.
31
+
-`make dev-standalone`: runs the development environment
32
+
-`make dev-verbose`: same as `make dev-standalone`, but doesn't detach the containers so the output is directly visible and the process can be stopped with CTRL+C.
33
33
-`make stop-dev`: stops all dev containers
34
34
35
35
All these commands are also available inside the modules and only affect the current module there. Additional commands available inside the modules (primarily for testing purposes):
36
36
37
-
-`make run-bash`, `make run-dev`: opens a bash console in the container, so tests/cleanup can be run interactively
37
+
-`make run-bash`, `make dev`: opens a bash console in the container, so tests/cleanup can be run interactively
38
38
-`make run-coverage`: creates a coverage report for all tests. The needed coverage to pass is defined in `scripts/setup.cfg`.
0 commit comments