-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python/ci] Factor pytest.fixture
s, verify #1988
#2299
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2299 +/- ##
===========================================
+ Coverage 78.68% 90.35% +11.67%
===========================================
Files 140 37 -103
Lines 10767 3899 -6868
Branches 215 0 -215
===========================================
- Hits 8472 3523 -4949
+ Misses 2197 376 -1821
+ Partials 98 0 -98
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is epic -- thank you!
I didn't set an expectation ahead of time, but for the future: let's do refactor PRs and behavior-addition PRs as separate. That makes them easier to review. (And easier to deal with in case of reverts, which admittedly don't often happen.)
* typeguard nit missed in #1960 * factor common fixtures into conftest.py * factor test_update_dataframes fixture * `verify_obs_var` helper, more `test_update_dataframes` factoring * test_experiment_query.py: verify #1988 * `s/h5ad_file/h5ad_path/g`, factor `HERE`s Co-authored-by: Ryan Williams <ryan.williams@tiledb.com>
pytest.fixture
s, verify #1988pytest.fixture
s, verify #1988
Issue and/or context: #1988
Changes:
pytest.fixture
s, misc test cleanupNotes for Reviewer:
test_empty_categorical_query
, raisesArrowInvalid
with TileDB 2.20.1, but passes here with 2.21.0.