xiekeyang / oci-discovery

Contain the OCI Ref-engine Discovery specification and related specifications as an extention to the image specification.
Other
2 stars 1 forks source link

oci_discovery/fetch_json/test: Test redirect URI handling #55

Closed wking closed 7 years ago

wking commented 7 years ago

This gives us complete coverage for the fetch_json package, as measured by:

$ pip install --user coverage
$ python -m coverage run -m unittest discover
$ python -m coverage report | grep fetch_json
oci_discovery/fetch_json/__init__.py          25      0   100%
oci_discovery/fetch_json/test.py              52      0   100%
xiekeyang commented 7 years ago

LGTM