DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

Update create ops to new VS responses, update all tests #769

Closed drwelby closed 4 years ago

drwelby commented 5 years ago

The VS create response changed a while ago and nobody noticed. This fixes create_from_wkt so it handles the new response format.

All tests have been updated so they actually work without cassettes.

Going to pull this one in to the 0.16.8 release.

codecov-io commented 5 years ago

Codecov Report

Merging #769 into conda-pkg will decrease coverage by <.01%. The diff coverage is 95%.

Impacted file tree graph

@@              Coverage Diff              @@
##           conda-pkg     #769      +/-   ##
=============================================
- Coverage       81.4%   81.39%   -0.01%     
=============================================
  Files             91       91              
  Lines           6404     6412       +8     
=============================================
+ Hits            5213     5219       +6     
- Misses          1191     1193       +2
Impacted Files Coverage Δ
tests/unit/test_vectors.py 100% <100%> (ø) :arrow_up:
gbdxtools/vectors.py 67.08% <81.81%> (+0.13%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 68d7ae1...c5099a3. Read the comment docs.