Tim Vilgot Mikael Fredenberg and GitHub
460dc16d19
tokio-test: fix semicolon_in_expressions_from_macros lint ( #8317 )
2026-07-25 19:39:39 +02:00
Prashant Singh Chouhan and GitHub
a59f9a0a94
test: add Spawn::poll_until_idle ( #8213 )
2026-06-23 10:25:14 +02:00
ADD-SP and GitHub
d18e5dfbb0
io: fix race in Mock::poll_write ( #7882 )
2026-02-23 20:49:37 -08:00
Mattia Pitossi and GitHub
159f70bc55
ci: fix ambiguity issue during tokio releases ( #7848 )
2026-02-09 11:04:59 +01:00
Alice Ryhl and GitHub
41d1877689
chore: prepare tokio-test 0.4.5 ( #7831 )
2026-01-04 13:53:43 +01:00
Alice Ryhl and GitHub
f490029b8f
runtime: revert "replace manual vtable definitions with Wake" ( #7699 )
...
This reverts commit 4380de9fe9 .
2025-10-21 12:59:05 +02:00
Alice Ryhl and GitHub
5b4cbbc39e
tokio: raise MSRV to 1.71 ( #7658 )
2025-10-02 11:14:17 +02:00
Tim Vilgot Mikael Fredenberg and GitHub
4380de9fe9
chore: replace manual vtable definitions with Wake ( #7342 )
2025-05-28 02:28:21 +09:00
Motoyuki Kimura and GitHub
5687043328
test: remove unused dependencies ( #7214 )
2025-03-13 01:28:01 +09:00
Vitaly Shukela and GitHub
72c87a7724
test: add io::Builder::name for better panic messages ( #7212 )
...
Introduce tokio_test::io::Builder::name to configure
name of the mock object, to include in panic messages.
Also show number of remaining actions or action index
in some cases to help debugging failed tests.
2025-03-13 00:34:09 +09:00
Taiki Endo and GitHub
7f09959b0a
chore: use [lints] to address unexpected_cfgs lint ( #7124 )
2025-01-25 17:46:21 +01:00
Hamir Mahal and GitHub
d4178cf349
tokio: avoid positional fmt params when possible ( #6978 )
2024-11-18 13:50:58 +01:00
Havish Maka and GitHub
11f66f43a0
chore: replace ready! with std::task::ready! ( #6804 )
2024-08-29 22:02:56 +02:00
Alice Ryhl and GitHub
15cd5146d4
chore: increase MSRV to 1.70 ( #6645 )
2024-07-22 18:01:27 +00:00
Emil Loer and GitHub
49609d073f
test: make Spawn forward size_hint ( #6607 )
2024-06-04 23:42:42 +02:00
Josh McKinney and GitHub
3a6fdc0568
license: fix formatting and remove year in licenses ( #6451 )
2024-05-26 09:29:27 +00:00
Alice Ryhl and GitHub
2a0df5fb05
ci: bump nightly to nightly-2024-05-05 ( #6538 )
2024-05-05 15:43:11 +00:00
Alice Ryhl and GitHub
3d0d0fd2af
chore: prepare tokio-test v0.4.4 ( #6400 )
2024-03-14 22:10:15 +01:00
kim / Motoyuki Kimura and GitHub
f6d061919f
test: mark Spawn as #[must_use] ( #6371 )
2024-03-04 16:56:40 +01:00
Taiki Endo and GitHub
84c5674c60
ci: update clippy version to 1.75 ( #6273 )
2024-01-07 02:33:37 +09:00
Alice Ryhl and GitHub
c7e7f203ee
chore: typographic improvements ( #6262 )
2024-01-03 18:01:27 +00:00
Alice Ryhl and GitHub
944024e8eb
chore: update rust-version to 1.63 in all crates ( #6126 )
2023-11-04 09:07:22 +01:00
Rafael Bachmann and GitHub
6871084629
chore: clippy and doc fixes ( #6081 )
2023-10-16 17:37:51 +02:00
Weijia Jiang and GitHub
707fb4d0df
tokio: remove wildcard in match patterns ( #5970 )
2023-09-23 22:05:44 +02:00
Alice Ryhl and GitHub
fb3028f3a2
test: fix testing category slug ( #5953 )
2023-08-26 17:09:49 +02:00
Alice Ryhl and GitHub
3b79be624d
chore: prepare tokio-test v0.4.3 ( #5943 )
2023-08-23 12:38:11 +02:00
joe thomas and GitHub
197757d440
streams: create StreamMock for testing Streams ( #5915 )
...
Introduce a new mock type to tests streams and eventually
sinks. Only includes next() and wait() for now. Fixes #4106
2023-08-12 19:18:23 +00:00
pbrenna and GitHub
918cf08a5f
test: fetch actions from mock handle before write ( #5814 )
2023-07-03 08:03:33 +00:00
Timmy Xiao and GitHub
a7bb054414
tokio: update stream, util, test to 2021 edition ( #5571 )
2023-03-21 17:36:40 +00:00
Alice Ryhl and GitHub
0c8e8248f8
tokio: bump MSRV to 1.56 ( #5559 )
2023-03-21 18:06:47 +01:00
devensiv and GitHub
4cd4b02389
io: fix wait operation on mock ( #5554 )
2023-03-19 12:35:39 +00:00
Flavio Moreira and GitHub
a18b3645f3
chore: update year in LICENSE files ( #5402 )
2023-01-27 16:05:48 +01:00
Paul Loyd and GitHub
21b233fa9c
test: bump version of async-stream ( #5347 )
2023-01-05 11:02:07 +01:00
Lucio Franco and GitHub
b749013a54
test: Improve tokio_test::task docs ( #5132 )
2022-10-28 13:55:13 -04:00
Josh Soref and GitHub
f3e340a35b
chore: fix spelling mistakes ( #4858 )
...
Signed-off-by: Josh Soref <[email protected] >
2022-07-25 07:26:01 +00:00
Carl Lerche and GitHub
49fff47111
chore: increase MSRV to 1.49. ( #4457 )
...
Rust 1.49 was released on December 31, 2020, which meets our MSRV policy
of a minimum of 6 months.
2022-01-31 13:26:12 -08:00
Carl Lerche and GitHub
986b88b3f1
chore: update year in LICENSE files ( #4429 )
2022-01-27 13:36:21 -08:00
Rob Ede and GitHub
25e5141c36
test: fix version requirement of tokio-stream ( #4376 )
2022-01-04 22:01:12 +01:00
Taiki Endo and GitHub
1a423b3322
chore: remove doc URL from Cargo.toml ( #4251 )
...
https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field
> If no URL is specified in the manifest file, crates.io will
> automatically link your crate to the corresponding docs.rs page.
2021-11-23 11:53:32 +01:00
Taiki Endo and GitHub
a8b662f643
ci: upgrade to new nightly ( #4268 )
2021-11-23 19:29:57 +09:00
Taiki Endo and GitHub
cf3206842c
chore: bump MSRV to 1.46 ( #4254 )
2021-11-23 12:09:24 +09:00
Blas Rodriguez Irizar and GitHub
4818c2ed05
fs: document performance considerations ( #3920 )
2021-07-06 16:25:13 +02:00
Taiki Endo and GitHub
08ed41f339
chore: fix typos ( #3907 )
2021-07-01 02:06:56 +09:00
Alice Ryhl and GitHub
ff9b0ef7ca
chore: prepare tokio-test v0.4.2 ( #3786 )
2021-05-14 18:24:13 +02:00
Russell Cohen and GitHub
8ef39dfb22
tokio-test: add assert_elapsed macro ( #3728 )
2021-05-05 12:09:28 +02:00
Nylonicious and GitHub
8fc49dc522
chore: update years in all licenses ( #3665 )
2021-03-30 21:45:13 +02:00
Lucio Franco and GitHub
e40ec3e424
chore: Prepare tokio-test v0.4.1 release ( #3602 )
2021-03-10 16:04:08 -05:00
6919f7cede
test: Make Mock both Send and Sync ( #3594 )
...
Co-authored-by: Jake Ham <[email protected] >
2021-03-10 14:29:22 -05:00
36d7dab504
chore: remove html_root_url ( #3489 )
...
Co-authored-by: Alice Ryhl <[email protected] >
2021-02-18 14:11:39 -08:00
Carl Lerche and GitHub
a66017f049
chore: prepare Tokio 1.0 release ( #3319 )
2020-12-23 09:26:14 -08:00