Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1003 Bytes

testing.md

File metadata and controls

37 lines (26 loc) · 1003 Bytes

From the nushell directory

nurun -c "use std testing; testing run-tests --path crates/nu-std"
cargo run -- -c 'use std testing; testing run-tests --path crates/nu-std'

december 2023

cargo-nextest

alias cnr='cargo nextest run'
cargo nextest run --all --all-features
let next1 = (cargo nextest list -p nu --message-format json | from json)
let next2 = (cargo nextest list -p nu --features=extra --message-format json | from json)

$next1
$next1.rust-suites
$next1.rust-suites.nu
$next1.rust-suites.nu.testcases