This repository was archived by the owner on Jan 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 207
Feature request testing (merge from personal to org branch) #44
Merged
GriceTurrble
merged 31 commits into
python-amazon-mws:feature-request-testing
from
GriceTurrble:feature-request-testing
Feb 6, 2018
Merged
Feature request testing (merge from personal to org branch) #44
GriceTurrble
merged 31 commits into
python-amazon-mws:feature-request-testing
from
GriceTurrble:feature-request-testing
Feb 6, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added Finances API Feature * Don't do automated deployments via Travis (for the moment) * Update README.md badges * InboundShipments, next_token_action decorator, and some style cleanups. (#33) * Testing out git commits from VS Code * Reverting the test commit * Adding VS Code settings to gitignore. * Style fixes * MWS.enumerate_param deprecated: now using utils.enumerate_param and utils.enumerate_params * InboundShipments fleshed out; added `utils.next_token_action` decorator; deprecated separate methods for `...by_next_token()` * Bugfix, rename `_enumerate_param` to `enumerate_param` (no need for private) * Fix for next_token issues. * TravisCI flake8 complaining, fixes. * Minor flake8 complaint. * Hack to get flake8 to stop complaining. * Strip pylint disables to clear line length issue. * Correction to keyed params, now tests every item in values sequence to ensure all are dicts. * Add tests for param methods in utils. * Add test for next token decorator. * Adding 'InboundShipments' to `__all__` * Assigning response a default in __init__ for DictWrapper and DataWrapper * Unneeded line breaks removed + docstring formatting * Comment corrected. They're tuples, not sets. * Finances methods updated to use next_token_action decorator
…t having a problem when the node is a single ObjectDict instead of a list.
…cnow().isoformat()
… status param test for each class)
…by each request test case from here on.
…, and omitting them makes testing simpler)
…d=0 solution to produce desired result.
Codecov Report
@@ Coverage Diff @@
## feature-request-testing #44 +/- ##
==========================================================
- Coverage 46.67% 41.28% -5.4%
==========================================================
Files 4 4
Lines 632 654 +22
Branches 64 66 +2
==========================================================
- Hits 295 270 -25
- Misses 324 373 +49
+ Partials 13 11 -2
Continue to review full report at Codecov.
|
Member
Author
|
Accepting the decrease in coverage, as this is the first step to actually increase test coverage overall. Tests for all current request methods to be added in due time. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.