Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 453 Bytes

File metadata and controls

21 lines (14 loc) · 453 Bytes

TAP: Test Anything Protocol

This Rust library provides facilities for the generating and emitting results in the Test Anything Protocol. Please feel free to see testanything.org for more information.

Usage

Please see the examples in the examples folder.

Simple:

1..2
ok 1 Panda Bamboo
not ok 2 Curry Noodle
# Tree
# Flower

Testing

cargo test