Commit 0c9ed25
- Register 'integration' pytest mark in pyproject.toml
- Fix unawaited coroutine in test_new_conn_passes_timeout_to_multistream_client
by using assert_called_once() and call_args instead of calling the AsyncMock again
- Add newsfragment 1228.bugfix.rst
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 67a4e5d commit 0c9ed25
File tree
3 files changed
+4
-4
lines changed- newsfragments
- tests/core/stream_muxer
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 67 | + | |
| 68 | + | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| |||
0 commit comments