summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/test_macro/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2024-03-20Refactor test_macro error handling without panicsJoakim Hulthe1-0/+1
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-11Add package metadata to crates in testing frameworkLinus Färnstrand1-3/+7
Such as authors, repository, licence etc. And have all crates inherit from the workspace
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-1/+0
Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free"
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+12
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>