summaryrefslogtreecommitdiffhomepage
path: root/test/test-rpc/src/transport.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt` in test-repoSebastian Holmin1-3/+3
2025-07-09Inline format argumentsLinus Färnstrand1-1/+1
2024-03-20Refactor forward_messages to use select macroJoakim Hulthe1-28/+29
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-14/+13
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2024-01-04Fix code not following new linting rules in testing frameworkLinus Färnstrand1-1/+1
2023-12-15[Clippy] Fix complex typesMarkus Pettersson1-16/+17
2023-12-15[Clippy] Fix unused `async`Markus Pettersson1-1/+1
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+492
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>