Registry / testing / dohtest

dohtest

JSON →
library0.1.54rbrubygemsunverified

Minimalist unit test framework, easy to understand and extend.

gem install dohtest
INSTALL
IMPORT
SIG · DOHTEST
D
dohtest
testingrubyv0.1.54
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.

Dohtest
✓ require 'dohtest'

Define and run a simple test using Dohtest.

require 'dohtest' class TestExample < Dohtest::Test def test_addition assert_equal 4, 2 + 2 end end Dohtest.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.54latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
dohtest — gem install dohtest · libregistry