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: 71,155 of 186,959
Downloads: 13,079
Daily
Ranking: 18,645 of 186,713
Downloads: 46
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
43,963 | 25,487 | cdnget |
70,924 | 13,145 | rack-jet_router |
71,080 | 13,106 | benry-config |
99,302 | 7,768 | benchmarker |
104,643 | 7,046 | benry-cmdopt |
114,219 | 5,950 | gr8 |
159,106 | 3,122 | benry-cmdapp |
164,979 | 2,641 | benry-unixcmd |
180,409 | 951 | cliapp |
180,666 | 905 | git-improved |
181,510 | 760 | benry-unixcommand |
182,794 | 615 | benry-actionrunner |
Depends on
Rank | Downloads | Name |
---|---|---|
14 | 1,073,541,417 | diff-lcs |
104,643 | 7,046 | benry-cmdopt |
167,362 | 2,512 | benry-recorder |
Owners
# | Gravatar | Handle |
---|---|---|
1 | kwatch |