swagger-api/swagger-codegen

[Ruby] Rakefile for running multiple test cases

開放

#3,634 建立於 2016年8月24日

 (4 則留言) (0 個反應) (0 位負責人)HTML (5,474 個分叉)batch import
Client: RubyEnhancement: Generalhelp wanted

倉庫指標

星標
 (12,701 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

I would like to run multiple test cases written using minitest; it would be good to have Rakefile generated for the same to that rake task can be incorporated to run all the test cases.

# file: Rakefile
require 'rake/testtask'

Rake::TestTask.new do |task|
  task.libs << %w(test lib)
  task.pattern = 'test/test_*.rb'
end

task :default => :test
Swagger-codegen version

Version 2.1.5

貢獻者指南