Registry / testing / pry-test

pry-test

JSON →
library0.6.6rbrubygemsunverified

A small test framework that supports debugging test failures and errors when they happen.

gem install pry-test
INSTALL
IMPORT
SIG · PRY-TEST
P
pry-test
testingrubyv0.6.6
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.

PryTest
require 'pry-test'

Define and run a simple test using PryTest.

require 'pry-test' class MyTest < PryTest::Test test "example" do assert 1 + 1 == 2 end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
pry-test — gem install pry-test · libregistry