4823: Add flush() to ArvadosFile. Fix tests to avoid using internal APIs. Fix
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 26 Feb 2015 18:19:50 +0000 (13:19 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 26 Feb 2015 18:19:50 +0000 (13:19 -0500)
commit63b03a39adfd78961c5bbb6a3a2d02ccd8c92e4d
tree06a12f934ff76160ed967ff1b0b146a1de0312e1
parentcb8320961335a4732c470882fcfcd4e6c581a0d4
4823: Add flush() to ArvadosFile.  Fix tests to avoid using internal APIs.  Fix
import in _normalize_stream.  Make KeepRequestError more generic (now
represents a list of "request errors" instead of "service errors").
sdk/python/arvados/_normalize_stream.py
sdk/python/arvados/arvfile.py
sdk/python/arvados/collection.py
sdk/python/arvados/errors.py
sdk/python/arvados/keep.py
sdk/python/arvados/stream.py
sdk/python/tests/test_arvfile.py
sdk/python/tests/test_collections.py
sdk/python/tests/test_errors.py
sdk/python/tests/test_keep_client.py