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: 58,922 of 188,002
Downloads: 17,781
Daily
Ranking: 18,123 of 187,988
Downloads: 19
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 43,412 | 26,847 | cdnget |
| 69,621 | 14,035 | rack-jet_router |
| 71,295 | 13,549 | benry-config |
| 83,113 | 10,748 | benry-cmdopt |
| 99,330 | 8,083 | benchmarker |
| 108,506 | 6,810 | benry-cmdapp |
| 113,596 | 6,267 | gr8 |
| 149,993 | 3,731 | benry-unixcommand |
| 163,033 | 2,947 | benry-unixcmd |
| 179,303 | 1,473 | cliapp |
| 180,369 | 1,255 | git-improved |
| 182,602 | 879 | benry-actionrunner |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,105,605,065 | diff-lcs |
| 83,113 | 10,748 | benry-cmdopt |
| 120,008 | 5,609 | benry-recorder |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |