Docs.rs
ui_test-0.27.1
ui_test 0.27.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
oli-obk
RalfJung
Dependencies
annotate-snippets ^0.11.2
normal
anyhow ^1.0.6
normal
bstr ^1.0.1
normal
cargo-platform ^0.1.2
normal
optional
cargo_metadata ^0.18
normal
optional
color-eyre ^0.6.1
normal
colored ^2
normal
comma ^1.0.0
normal
crossbeam-channel ^0.5.6
normal
indicatif ^0.17.6
normal
optional
levenshtein ^1.0.5
normal
prettydiff ^0.7
normal
regex ^1.5.5
normal
rustc_version ^0.4
normal
rustfix ^0.8.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
spanned ^0.3.0
normal
ctrlc ^3.4.5
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ui_test
0.27.1
Module nextest
Module Items
Functions
In crate ui_
test
ui_test
Module
nextest
Copy item path
source
Expand description
Helper functions for nextest emulation.
Functions
ยง
emulate
Nexttest emulation: we act as if we are one single test. Returns
true
if we should not run any tests. Patches up the
Config
s to have appropriate filters.