diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
| commit | d7ec799d3565adc0503dd2f5c42c3953cbdd1fb9 (patch) | |
| tree | d454046cb75d1c183c91455ac0adc955f477c7eb /test_utils/Cargo.toml | |
| parent | 497bf71910f0f224ce66b154d58a228095a40c0a (diff) | |
build(test) fix running tests together
use a patched websocket server that releases port after x connections
enabling its use in many tests included in the same test run
Diffstat (limited to 'test_utils/Cargo.toml')
| -rw-r--r-- | test_utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 6a3fff8..7901b13 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -13,6 +13,6 @@ nostr = "0.24.0" | |||
| 13 | once_cell = "1.18.0" | 13 | once_cell = "1.18.0" |
| 14 | rand = "0.8" | 14 | rand = "0.8" |
| 15 | rexpect = { git = "https://github.com/phaer/rexpect.git", branch= "skip-ansi-escape-codes" } | 15 | rexpect = { git = "https://github.com/phaer/rexpect.git", branch= "skip-ansi-escape-codes" } |
| 16 | simple-websockets = "0.1.6" | 16 | simple-websockets = {path = "../../simple-websockets" } |
| 17 | strip-ansi-escapes = "0.2.0" | 17 | strip-ansi-escapes = "0.2.0" |
| 18 | tungstenite = "0.20.1" | 18 | tungstenite = "0.20.1" |