Registry / testing / rgot
library1.5.0rbrubygemsunverified

A testing package converted from Go's testing package, providing similar test structure and utilities.

gem install rgot
INSTALL
IMPORT
SIG · RGOT
R
rgot
testingrubyv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rgot
require 'rgot'

Run a simple test using Rgot's Go-like testing framework.

require 'rgot' Rgot.run do |t| t.Run('example') do |tc| tc.AssertEqual(1, 1) end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rgot — gem install rgot · libregistry