Conversation
cmlccie
commented
Jul 7, 2020
Collaborator
- Add support for the Admin Audit Events API
- Update the Travis CI jobs
- Use pytest marking to mark the slow rate-limit test and to mark the current tests that are failing due to issues with the test account
- Squash a timezone info bug that was affecting Python v2.7 and 3.5
Webex isn't allowing accounts in the trial org to be set as moderators via the REST APIs. Mark the tests as expected to fail while we work to resolve the test account issues.
Add the API wrapper, data model, tests, and update the docs.
Use of f-strings means this example will only work with Python versions 3.6+
Lint once using the latest version of Python. Run the test suite against all supported Python distributions.
Attempting to apply a timezone to a naive datetime (no tzinfo) raises a Value error in Python v2.7 and v3.5. ValueError: astimezone() cannot be applied to a naive datetime Check to see if the datetime has time zone information (tzinfo). If it has timezone info, use the `astimezone()` method to adjust it to ZuluTime. If it does not have timezone info, assume the time is UTC time and add the ZuluTimeZone (raise a warning when this happens).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.