19686: Add tests for new Arvados client API
authorBrett Smith <brett.smith@curii.com>
Wed, 7 Dec 2022 04:16:28 +0000 (23:16 -0500)
committerBrett Smith <brett.smith@curii.com>
Thu, 8 Dec 2022 16:05:48 +0000 (11:05 -0500)
commit5c79b60beb2f9bbfa1234ace95979343e40c13d1
tree9adafb01d859eec56acc9cf9fe0c8fef4ff6b8bb
parent2668643b7570db96651466250e7a496184f6ef0a
19686: Add tests for new Arvados client API

This commit ensures all public-facing functions have basic tests for
good inputs, as well as known-bad argument combinations (if any). This
includes testing functions like api_from_config that were previously
tested implicitly by other tests, but did not have their own dedicated
tests.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/tests/test_api.py
sdk/python/tests/test_safeapi.py [new file with mode: 0644]