rstest 0.2.2

A simple `pytest` clone for Rust. It use procedural macro to implement fixtures and table based tests.
Documentation
Build #122527 2018-10-21T09:08:34.739565+00:00
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)# docs.rs version
cratesfyi 0.6.0 (401be1e 2018-10-20)# build log
Updating crates.io index
Downloading crates ...
Downloaded rstest v0.2.2
Downloading crates ...
Downloaded temp_testdir v0.2.2
Downloaded toml_edit v0.1.3
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.4.20
Fresh quote v0.6.8
Checking syn v0.14.9
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.14.9/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=bb30989934bc9c5c -C extra-filename=-bb30989934bc9c5c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-6ad5a598f58972e9.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-b05b5289cf908e4e.rmeta --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-264701959ae3940e.rmeta --cap-lints allow`
Documenting rstest v0.2.2
Running `rustdoc --crate-name rstest /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rstest-0.2.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'quote=https://docs.rs/quote/0.6.8' --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.1.0' --extern-html-root-url 'proc_macro2=https://docs.rs/proc-macro2/0.4.20' --extern-html-root-url 'syn=https://docs.rs/syn/0.14.9' --extern-html-root-url 'temp_testdir=https://docs.rs/temp_testdir/0.2.2' --extern-html-root-url 'toml_edit=https://docs.rs/toml_edit/0.1.3' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-6ad5a598f58972e9.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-b05b5289cf908e4e.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-bb30989934bc9c5c.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 10.42s