about summary refs log tree commit diff
path: root/src/libtest/console.rs
AgeCommit message (Expand)AuthorLines
2020-03-07libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string)Matthias Krüger-1/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-2/+0
2019-12-22Format the worldMark Rousskov-44/+31
2019-10-22Apply clippy::needless_return suggestionsMateusz Mikuła-1/+1
2019-10-17Add more explaining comments to the codeIgor Aleksanov-67/+81
2019-10-17Make enum usage explicit and fix testsIgor Aleksanov-6/+12
2019-10-17Extract ConsoleTestStateIgor Aleksanov-0/+288