Skip to content

Conversation

@wey-gu
Copy link
Owner

@wey-gu wey-gu commented Jun 7, 2025

implement: #5

🏗️ Framework Architecture:

  • Decouple SQLAlchemy from core for true framework isolation
  • Add Django support with pytest-django compatibility (resolves suggestion: add support for django #5)
  • Framework-agnostic core with optional integrations
  • Perfect SQLAlchemy/Django coexistence (47/47 tests passing)

🧪 Testing Infrastructure:

  • Comprehensive test suite: core, SQLAlchemy, Django, FastAPI integration
  • Framework isolation tests ensuring zero interference
  • Production-ready testing patterns and examples

📚 Examples & Documentation:

  • Polish quickstart examples (honest performance comparison)
  • Comprehensive CONTRIBUTING.md
  • Production examples for SQLAlchemy, Django, FastAPI

⚡ Development Experience:

  • Unified scripts/dev.py replacing fragmented tooling
  • Vite-style workflow: instant feedback, zero config, fast iteration
  • Local === CI guarantee (no more surprises)

This was referenced Jun 7, 2025
@codecov
Copy link

codecov bot commented Jun 7, 2025

Codecov Report

Attention: Patch coverage is 14.37768% with 798 lines in your changes missing coverage. Please review.

Project coverage is 20.64%. Comparing base (3160623) to head (875e2dd).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
py_pglite/django/fixtures.py 0.00% 146 Missing ⚠️
py_pglite/django/backend/base.py 0.00% 129 Missing ⚠️
py_pglite/django/utils.py 0.00% 98 Missing ⚠️
py_pglite/django/backend.py 0.00% 91 Missing ⚠️
py_pglite/sqlalchemy/fixtures.py 1.29% 76 Missing ⚠️
py_pglite/sqlalchemy/utils.py 39.51% 75 Missing ⚠️
py_pglite/utils.py 0.00% 59 Missing ⚠️
py_pglite/pytest_plugin.py 38.04% 57 Missing ⚠️
py_pglite/manager.py 53.08% 38 Missing ⚠️
py_pglite/fixtures.py 23.07% 20 Missing ⚠️
... and 4 more

❗ There is a different number of reports uploaded between BASE (3160623) and HEAD (875e2dd). Click for more details.

HEAD has 3 uploads less than BASE
Flag BASE (3160623) HEAD (875e2dd)
4 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #10       +/-   ##
===========================================
- Coverage   51.05%   20.64%   -30.42%     
===========================================
  Files           5       15       +10     
  Lines         331     1114      +783     
===========================================
+ Hits          169      230       +61     
- Misses        162      884      +722     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@wey-gu wey-gu merged commit e9ba705 into main Jun 7, 2025
6 of 8 checks passed
@wey-gu wey-gu deleted the v0.2 branch June 7, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

suggestion: add support for django

2 participants