-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for filtering/paging/sorting options for "list_**" methods (
#18302) * update method docstrings * added tests for list jobs * updated tests for list docs statuses * added async tests for job listing * update old async tests 'list doc statuses' * fixing some errors * bug fix async code * added async tests for 'list all doc statuses' * update docstrings for list_submitted_jobs * add time convert helper * update async client * updated 'list_document_statuses' * fix paging issues * fix artifact parameter names in tests * remove unwanted tests * fix order_by parameters * fix test function names * remove unwanted imports from tests * fix kwargs parm name * fix test list jobs before datetime * bug fixes * fixed some tests * updated tests * update async tests * updated 'list_jobs' tests * skip tests * temp commit * updated tests for "list all document statuses" sync client * updated async tests * spelling mistakes * update id parameter name * fix 'skip' test * fixed filter by status test * fix filtering by 'created_before' tests * fix linting errors * fix async test * add support for pytz in tests * update mixed tests for 'list_submitted_jobs' * PR comments - speccling mistakes * PR reviews - min and max errors * updated mixed-filter tests. still not working! * fixed bug with converting page to list then calling iterator on empty list * fix await problem in async test * adding recorded tests * white space -> trigger ci/cd pipeline * update time-baesd failing tests with decorator * update recorded tests
- Loading branch information
Mohamed Shaban
authored
May 6, 2021
1 parent
7f22af5
commit 9b79695
Showing
70 changed files
with
165,459 additions
and
6,522 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.