Merge branch 'master' into 2752-arv-put-resume-wip
[arvados.git] / sdk / python / tests /
2014-05-28 Brett SmithMerge branch 'master' into 2752-arv-put-resume-wip
2014-05-27 Brett Smith2752: Avoid hiccup on arv-put with short stdin.
2014-05-27 Brett Smith2752: arv-put saves and restores write progress informa...
2014-05-26 Brett Smith2752: arv-put shouldn't resume from expired Keep locators.
2014-05-26 Brett Smith2752: Add KeepLocator class to Python SDK.
2014-05-26 Brett Smith2752: Add ResumeCache.restart().
2014-05-26 Brett Smith2752: Refactor progress reporting in arv-put's Collecti...
2014-05-26 Brett Smith2752: Separate and test progress reporting functions.
2014-05-26 Brett Smith2752: Factor out arv-put byte tally, and test.
2014-05-26 Brett Smith2752: Add ResumableCollectionWriter serialization to...
2014-05-26 Brett Smith2752: Add ResumeCache to arv-put.
2014-05-26 Brett Smith2752: Generate cache filenames from arv-put arguments.
2014-05-23 Brett Smith2752: Add basic test for arv-put.
2014-05-23 Brett Smith2752: Extract common Python test methods.
2014-05-23 Brett Smith2752: Move Python tests to dedicated subdirectory.