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: README.md
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,27 +63,7 @@ from zcs.core.logger import ZcsLogging
63
63
64
64
## Local development
65
65
66
-
### Run library tests
67
-
68
-
If you want to run libraray tests against your local docker development environment, you can run:
69
-
70
-
```bash
71
-
./run.sh -t
72
-
```
73
-
74
-
### Run tests in a dist docker image
75
-
76
-
To be sure that anything is going the right way, you can run the library tests against a dist docker image. This will assure that anything is working properly in a fresh installed environment.
77
-
78
-
```bash
79
-
./run.sh -i
80
-
```
81
-
82
-
### Other commands and help
83
-
84
-
```bash
85
-
./run.sh -h
86
-
```
66
+
See [Local Development](./docs/LOCAL_DEVELOPMENT.md).
If you want to run library tests against your local docker development environment, you can run:
6
+
7
+
```bash
8
+
./run.sh -t
9
+
```
10
+
11
+
## Run tests in a dist docker image
12
+
13
+
To be sure that anything is going the right way, you can run the library tests against a dist docker image. This will assure that anything is working properly in a fresh installed environment.
0 commit comments