All Projects → Cigna → TAP-Rust

Cigna / TAP-Rust

Licence: Apache-2.0 license
Emit test results using Rust and the Test Anything Protocol (TAP)

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to TAP-Rust

Homebrew Command Not Found
🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS
Stars: ✭ 236 (+490%)
Mutual labels:  tap
rspec-tap-formatters
TAP Producer for RSpec-3
Stars: ✭ 20 (-50%)
Mutual labels:  tap
homebrew-portable-ruby
🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
Stars: ✭ 96 (+140%)
Mutual labels:  tap
karma-tap
Let your Karma tests to consume TAP output
Stars: ✭ 29 (-27.5%)
Mutual labels:  tap
google-one-tap
Google One Tap Login
Stars: ✭ 37 (-7.5%)
Mutual labels:  tap
homebrew-srm
Homebrew tap for srm since Apple and Homebrew decided nobody had mechanical disks anymore.
Stars: ✭ 14 (-65%)
Mutual labels:  tap
Bats Core
Bash Automated Testing System
Stars: ✭ 2,820 (+6950%)
Mutual labels:  tap
net-protocol
golang模拟内核协议栈 实现链路层、网络层、传输层、应用层 用户态协议栈 ,基于虚拟网卡TUN/TAP
Stars: ✭ 129 (+222.5%)
Mutual labels:  tap
react-fastclick
A react component that triggers click events for taps (short localized touches)
Stars: ✭ 20 (-50%)
Mutual labels:  tap
pytest-tap
Test Anything Protocol (TAP) reporting plugin for pytest
Stars: ✭ 34 (-15%)
Mutual labels:  tap
action-homebrew-bump-formula
⚙️ A GitHub Action to easily bump Homebrew formula on new release
Stars: ✭ 68 (+70%)
Mutual labels:  tap
homebrew-ecmascript
Homebrew formulae for ECMAScript engines
Stars: ✭ 13 (-67.5%)
Mutual labels:  tap
gestures
A library for normalized events and gesture for desktop and mobile.
Stars: ✭ 31 (-22.5%)
Mutual labels:  tap
homebrew-apple-fonts
Easily install Apples fonts using homebrew.
Stars: ✭ 12 (-70%)
Mutual labels:  tap
zx tape player
Just another tape player has been written in Flutter for iOS and Android. The application is able to find tapes and theirs images using https://zxInfo.dk public API and upload them to ZX-Spectrum compatible computers by the audio output of the smartphone. Now it supports TAP and TZX tape images only.
Stars: ✭ 26 (-35%)
Mutual labels:  tap
Tape Run
Headless tape test runner
Stars: ✭ 221 (+452.5%)
Mutual labels:  tap
homebrew-mopidy
Homebrew formulas for Mopidy and Mopidy extensions
Stars: ✭ 21 (-47.5%)
Mutual labels:  tap
use-double-tap
React hook for handling double tap on mobile devices
Stars: ✭ 18 (-55%)
Mutual labels:  tap
YouP3
Android app for downloading media from YouTube with 4K Support (Beta)
Stars: ✭ 51 (+27.5%)
Mutual labels:  tap
gtest-tap-listener
GoogleTest TAP Listener
Stars: ✭ 70 (+75%)
Mutual labels:  tap

TAP: Test Anything Protocol

-> Lives on crates.io as the testanything crate.

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

License

Apache License Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].