mobilecoinofficial / full-service

A MobileCoin service for wallet implementations.
Other
46 stars 21 forks source link

update python test client for require_spend_subaddress #994

Closed holtzman closed 5 months ago

holtzman commented 5 months ago

Motivation

python test client was throwing error on test_account_status test.

In this PR

Test Plan

poetry run test-client -v throws an error and indicates FAILED prior to this patch and indicates PASSED with patch applied.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.38%. Comparing base (ab2af32) to head (55e1299). Report is 199 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #994 +/- ## ========================================== - Coverage 60.12% 55.38% -4.75% ========================================== Files 88 124 +36 Lines 12356 16354 +3998 Branches 2010 2815 +805 ========================================== + Hits 7429 9057 +1628 - Misses 3238 5211 +1973 - Partials 1689 2086 +397 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.