projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '4823-python-sdk-writable-collection-api' closes #4823
[arvados.git]
/
sdk
/
cli
/
Rakefile
1
require 'rake/testtask'
2
3
Rake::TestTask.new do |t|
4
t.libs << 'test'
5
end
6
7
desc 'Run tests'
8
task default: :test