Skip to content
/ TAP-Rust Public
forked from Cigna/TAP-Rust

Emit test results using Rust and the Test Anything Protocol (TAP)

License

Notifications You must be signed in to change notification settings

ESALP/TAP-Rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Emit test results using Rust and the Test Anything Protocol (TAP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%