Docs.rs
ui_test-0.30.2
ui_test 0.30.2
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.4.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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ui_test
0.30.2
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.