RubyGems Navigation menu

oktest 1.3.1

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.3.1 - September 16, 2024 (76KB)
  2. 1.3.0 - September 16, 2024 (76KB)
  3. 1.2.1 - November 30, 2021 (75KB)
  4. 1.2.0 - November 19, 2021 (74.5KB)
  5. 1.1.1 - September 14, 2021 (71KB)
全てのバージョンを表示(全9件)

Runtime依存関係 (2):

diff-lcs ~> 1.0

所有者:

プッシュ者:

作者:

  • kwatch

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 10,463

このバージョンのみ 160

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.4

リンク: