passert 0.1.0

Pretty/Power assertion macros for rust
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

(cd passert_macros && cargo build)
cargo build
(cd passert_test && cargo rustc -- -Z unstable-options --pretty=expanded)
(cd passert_test && RUST_BACKTRACE=1 cargo test -- --test --nocapture)