-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
TST: Making explicit when we run the db tests #24450
Conversation
you need to leave the skips if not installed |
Codecov Report
@@ Coverage Diff @@
## master #24450 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51987 51987
=======================================
Hits 47989 47989
Misses 3998 3998
Continue to review full report at Codecov.
|
4 similar comments
Codecov Report
@@ Coverage Diff @@
## master #24450 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51987 51987
=======================================
Hits 47989 47989
Misses 3998 3998
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24450 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51987 51987
=======================================
Hits 47989 47989
Misses 3998 3998
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24450 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51987 51987
=======================================
Hits 47989 47989
Misses 3998 3998
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24450 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51987 51987
=======================================
Hits 47989 47989
Misses 3998 3998
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24450 +/- ##
=======================================
Coverage 92.29% 92.29%
=======================================
Files 163 163
Lines 51948 51948
=======================================
Hits 47945 47945
Misses 4003 4003
Continue to review full report at Codecov.
|
I was checking that no errors happened when tests were not skipped unless explicitly. All was green, added the skips now. |
lgtm. can you just do a |
|
thanks! |
git diff upstream/master -u -- "*.py" | flake8 --diff