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,121 of 183,107
Downloads: 11,167
Daily
Ranking: 42,025 of 183,092
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
47,807 | 21,385 | cdnget |
71,854 | 12,137 | rack-jet_router |
82,873 | 9,769 | benry-config |
98,863 | 7,377 | benchmarker |
109,894 | 5,998 | benry-cmdopt |
114,299 | 5,592 | gr8 |
166,592 | 2,329 | benry-unixcmd |
171,228 | 2,033 | benry-cmdapp |
179,794 | 566 | git-improved |
180,679 | 476 | benry-unixcommand |
180,711 | 472 | cliapp |
181,167 | 410 | benry-actionrunner |
Depends on
Rank | Downloads | Name |
---|---|---|
11 | 950,064,809 | diff-lcs |
109,894 | 5,998 | benry-cmdopt |
167,661 | 2,263 | benry-recorder |
Owners
# | Gravatar | Handle |
---|---|---|
1 | kwatch |