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/development.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,10 @@ make gen-proto
11
11
12
12
This will download the `orchestrator_service.proto` from the `microsoft/durabletask-protobuf` repo and compile it using `grpcio-tools`. The version of the source proto file that was downloaded can be found in the file `durabletask/internal/PROTO_SOURCE_COMMIT_HASH`.
13
13
14
-
### Running unit tests
14
+
### Running tests
15
15
16
-
Unit tests can be run using the following command from the project root. Unit tests _don't_ require a sidecar process to be running.
16
+
Tests can be run using the following command from the project root.
17
17
18
18
```sh
19
-
make test-unit
20
-
```
21
-
22
-
### Running E2E tests
23
-
24
-
The E2E (end-to-end) tests require a sidecar process to be running. You can use the Durable Task test sidecar using the following `docker` command:
25
-
26
-
```sh
27
-
go install github.com/microsoft/durabletask-go@main
28
-
durabletask-go --port 4001
29
-
```
30
-
31
-
To run the E2E tests, run the following command from the project root:
0 commit comments