Categories: None [Edit]
oktest
Oktest.rb is a new-style testing library for Ruby.
You can write `ok {1+1} == 2` instead of `assert_equal 2, 1+1` or
`expect(1+1).to eq 2`.
In addition, Oktest.rb supports **Fixture injection** feature
inspired by dependency injection and **JSON Matcher** feature
similar to JSON schema.
See https://github.com/kwatch/oktest/tree/ruby/ruby for details.
Total
Ranking: 76,441 of 182,915
Downloads: 11,061
Daily
Ranking: 22,323 of 182,900
Downloads: 12
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
47,878 | 21,272 | cdnget |
71,885 | 12,086 | rack-jet_router |
83,123 | 9,690 | benry-config |
98,768 | 7,365 | benchmarker |
110,363 | 5,933 | benry-cmdopt |
114,254 | 5,578 | gr8 |
166,571 | 2,319 | benry-unixcmd |
171,524 | 1,997 | benry-cmdapp |
179,809 | 546 | git-improved |
180,580 | 468 | benry-unixcommand |
180,740 | 447 | cliapp |
181,039 | 405 | benry-actionrunner |
Depends on
Rank | Downloads | Name |
---|---|---|
11 | 944,776,784 | diff-lcs |
110,363 | 5,933 | benry-cmdopt |
167,607 | 2,254 | benry-recorder |
Owners
# | Gravatar | Handle |
---|---|---|
1 | kwatch |