Sourced from serial_test's releases.
v3.0.0
What's Changed
- Multi key support palfrey/serial_test#102
- Attributes like
#[serial(one, two)]
are now supported (for all attributes)- This is a breaking change, as
file_serial
paths now need to be done separately#[file_serial(key, path => "/tmp/foo")]
- Attributes at a mod-level palfrey/serial_test#104
- You can set any of the attributes on a
mod
and all#[test]
fn's in that mod will have the attribute applied.Full Changelog: https://github.com/palfrey/serial_test/compare/v2.0.0...v3.0.0
bba3db8
3.0.0ae14645
Merge pull request #104
from palfrey/serial-for-mod0dec256
Merge branch 'main' into serial-for-modcee1dc1
Add testing and parallel to package keywords2a4b641
Merge branch 'main' into serial-for-mod288d933
Merge pull request #105
from palfrey/upgrade-rustixcf9d7fe
Upgrade rustixa8d985d
Replace a single-use match with if let67d22ff
Fix some clippy issuesff2890d
Update docs for mod-level functionality