3415: Python SDK can pass extra arguments to the client constructor.
authorBrett Smith <brett@curoverse.com>
Tue, 5 Aug 2014 17:23:31 +0000 (13:23 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 5 Aug 2014 17:23:31 +0000 (13:23 -0400)
commit46f565cf2dd89a3ec6ad78b1237b3a4b0db6404b
tree22b3b5b61ee51864d6315bcc053a5f5437e57cd2
parentdd89205a44c5eae19b830c3f48ff4852bc81a047
3415: Python SDK can pass extra arguments to the client constructor.

This gives API authors more flexibility, and lets us write tests using
apiclient's built-in mock functionality.  This is needed to test
#3415.
sdk/python/arvados/api.py
sdk/python/tests/test_api.py [new file with mode: 0644]