-
-
Notifications
You must be signed in to change notification settings - Fork 422
[skip-changelog] Migrate tests from test_outdated.py
to outdated_test.go
#1841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #1841 +/- ## ========================================== + Coverage 36.66% 36.71% +0.04% ========================================== Files 231 232 +1 Lines 19609 20160 +551 ========================================== + Hits 7190 7401 +211 - Misses 11594 11931 +337 - Partials 825 828 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
19d11d0
to
c1e9329
Compare
c1e9329
to
490aa89
Compare
ab61e0b
to
c32abdd
Compare
Uh oh!
There was an error while loading. Please reload this page.
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)What kind of change does this PR introduce?
Infrastructure enhancement
What is the new behavior?
This PR is a followup to PR #1806
Integration tests that were previously present in
test_outdated.py
have been rewritten inoutdated_test.go
, without changing their original purpose.The tests are the following:
Does this PR introduce a breaking change, and is titled accordingly?
No
See how to contribute