about summary refs log tree commit diff
path: root/src/libtest/formatters/json.rs
AgeCommit message (Expand)AuthorLines
2018-08-31Make json test output formatter represent "filtered_out" as numCharlie Andrews-1/+1
2018-08-31Make json test output formatter represent "test_count" as numCharlie Andrews-1/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-03-21Cargo fmt libtestSeiichi Uchida-30/+19
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-0/+229