PutBlock creates dirs as necessary when storing new blocks (refs #2292, refs #2449)
[arvados.git] / sdk / cli / README.textile
1 Before running tests:
2
3 * Set up environment variables: @ARVADOS_API_HOST@,
4   @ARVADOS_API_TOKEN@, @ARVADOS_API_HOST_INSECURE@
5 * Run @bundle install@
6
7 Running tests:
8
9 <pre><code>
10   PYTHONPATH=../python bundle exec rake test
11 </code></pre>