Commit a70ce2c
committed
Add new integration-tests for server
This `integration-tests` directory makes it possible to write
Rust code that you can run directly against the generated servers
from the protocol test models. This makes it easier to test things
like event streams behavior and other specifics that are hard to
test with protocol tests alone.1 parent 5b71235 commit a70ce2c
File tree
8 files changed
+2390
-1
lines changed- codegen-server-test
- integration-tests
- eventstreams
- src
- tests
8 files changed
+2390
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments