about summary refs log tree commit diff
path: root/tests/integration.rs
AgeCommit message (Collapse)AuthorLines
2019-12-24do minor cleanupsLzu Tao-1/+0
* ToString and AsRef are in prelude, no need to import them
2019-11-28Use `println!` on success instead of `eprintln!`Philipp Krones-1/+1
Co-Authored-By: Phil Hansch <dev@phansch.net>
2019-11-28Rust implementation of integration testflip1995-0/+75