I'm looking for a way for sharing data between all tests in a crate. Shared data or singletons are banned by Rust ideology, isn't it? Also we can not have single initialization point for all test. What is a best way to provide some common data for all tests in a crate or module? _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
- [rust-dev] Testing facility and shared data Alexander Stavonin
- Re: [rust-dev] Testing facility and shared data Brian Anderson
- Re: [rust-dev] Testing facility and shared dat... Alexander Stavonin
- Re: [rust-dev] Testing facility and shared... Niko Matsakis
- Re: [rust-dev] Testing facility and shared... Brian Anderson
- Re: [rust-dev] Testing facility and sh... Donovan Preston
- Re: [rust-dev] Testing facility and sh... Alexander Stavonin
- Re: [rust-dev] Testing facility and sh... Niko Matsakis
- Re: [rust-dev] Testing facility a... Graydon Hoare
