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: 57,539 of 189,816
Downloads: 18,727
Daily
Ranking: 22,232 of 189,791
Downloads: 14
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 43,267 | 27,586 | cdnget |
| 68,842 | 14,570 | rack-jet_router |
| 71,110 | 13,883 | benry-config |
| 82,082 | 11,188 | benry-cmdopt |
| 98,801 | 8,320 | benchmarker |
| 105,385 | 7,410 | benry-cmdapp |
| 113,579 | 6,404 | gr8 |
| 148,519 | 3,870 | benry-unixcommand |
| 162,153 | 3,138 | benry-unixcmd |
| 179,022 | 1,788 | cliapp |
| 180,588 | 1,461 | git-improved |
| 183,260 | 1,004 | benry-actionrunner |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 16 | 1,137,850,870 | diff-lcs |
| 82,082 | 11,188 | benry-cmdopt |
| 119,937 | 5,750 | benry-recorder |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |