test(ci): stabilize CI harness, debloat test suites, and modernize tooling - #783
Merged
Merged
Conversation
…bles (c10a, c10b)
…nx tooling (c8, c12a, c12b, c12c)
…with ruff TID251 (c1b)
…iled detection (c6, c2)
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #783 +/- ##
==========================================
- Coverage 78.91% 78.90% -0.01%
==========================================
Files 491 491
Lines 72437 72443 +6
Branches 10181 10184 +3
==========================================
- Hits 57163 57162 -1
- Misses 11767 11772 +5
- Partials 3507 3509 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Summary
Stabilize CI infrastructure, pytest harness, Makefile targets, and consolidate test suite assertions and parametrization.
Changes
Tooling & Makefile:
infra-*targets fromMakefile; consolidatedmake check-allto runlint coverageonce without duplicate test runs.no_future_annotations.py) and PyPI README generator with native RuffTID251rule; deleteddocs/PYPI_README.md.pytest_pgid) with exit trap and signal escalation (SIGABRT->SIGTERM->SIGKILL).Documentation & Examples:
docs/examples/quickstart_migrations.pytotests/integration/cli/test_migration_quickstart.py.tools/build_docs.pywith directmake docsin.github/workflows/docs.yml.jupyter_sphinx,nbsphinx,sphinx_datatables,sphinx_tabs,sphinx_togglebutton,sphinx.ext.todo,tools.sphinx_ext.changelog)..gitkeepplaceholders and unusedtheme.js.Test Fixtures & Concurrency:
extension_configper test intests/integration/adapters/postgres/psqlpy/extensions/adk/test_owner_id_column.py.tests/conftest.pyusingimportlib.machinery.EXTENSION_SUFFIXESfor.soand.pyd.Test Suite Consolidation & Parametrization:
test_sqlglot_arg_contracts.py,test_mypyc_boundary.py,test_makefile_quality.py,test_conf.py, etc.).assert stmt.parameters or True) with exact assertions; cleaned structuralnot hasattrassertions.Verification
make lint: clean exit 0 (Prek, Ruff check/format, Mypy, Pyright, slotscheck, Zizmor).make docs: clean exit 0.