la10736 / rstest

Fixture-based test framework for Rust
Apache License 2.0
1.21k stars 43 forks source link

Fully qualify `PathBuf` in `#[files]` expansion #242

Closed narpfel closed 7 months ago

narpfel commented 7 months ago

Otherwise PathBuf would have to be in scope where #[files] is used.

narpfel commented 7 months ago

It seems the CI is a bit flaky?

la10736 commented 7 months ago

Yes, you're right :cry: It's a concurrent issue that I was never able to reproduce on my side and I looked the code deeply and I didn't find any issue... maybe the CI instance is really slow that trigger this issue.

narpfel commented 7 months ago

can you add also a line in changelog file?

Done and rebased onto master.