rust_test_framework 0.1.3-alpha.2

A testing framework for Rust
Documentation
1
2
3
4
5
6
7
error[E0432]: unresolved import `setup`
 --> tests/compile_tests/should_fail/setup_missing.rs:3:1
  |
3 | #[test_fixture]
  | ^^^^^^^^^^^^^^^ no external crate `setup`
  |
  = note: this error originates in the attribute macro `test_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)