Skip to content
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

tests: Add CKEditor integration tests and update dependencies #32

Merged
merged 7 commits into from
Dec 9, 2024

Conversation

sourcery-ai[bot]
Copy link
Contributor

@sourcery-ai sourcery-ai bot commented Nov 26, 2024

Resolves #30

Fix a typo in the README.md file and enhance the project by adding new dependencies for Playwright and pytest-django. Introduce integration tests for CKEditor functionality.

Bug Fixes:

Enhancements:

  • Add new dependencies: 'playwright>=1.42.0', 'pytest-django>=4.8.0', and 'pytest-playwright>=0.4.0' to the project.

Tests:

  • Introduce integration tests for CKEditor loading and text plugin saving using Playwright and pytest.

This PR was automatically generated.

If you want to make changes to this PR:

  • Leave a review and I'll make the changes
  • Leave a comment with the changes you want to see
  • Push commits to the branch

Fix a typo in the README.md file and enhance the project by adding new dependencies for Playwright and pytest-django. Introduce integration tests for CKEditor functionality.

Bug Fixes:
- Correct the typo in the README.md file by replacing '@sourcery-ai delevop' with '@sourcery-ai develop'.

Enhancements:
- Add new dependencies: 'playwright>=1.42.0', 'pytest-django>=4.8.0', and 'pytest-playwright>=0.4.0' to the project.

Tests:
- Introduce integration tests for CKEditor loading and text plugin saving using Playwright and pytest.

Resolves #30
@sourcery-ai sourcery-ai bot requested a review from fsbraun November 26, 2024 18:00
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.21%. Comparing base (0dd49b4) to head (d9a5c4e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   80.21%   80.21%           
=======================================
  Files          17       17           
  Lines         940      940           
  Branches      106      106           
=======================================
  Hits          754      754           
  Misses        143      143           
  Partials       43       43           

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

@fsbraun fsbraun force-pushed the sourcery-ai/issue-30_v2 branch from 210c525 to d9a5c4e Compare November 27, 2024 06:39
@fsbraun fsbraun merged commit aa0417e into main Dec 9, 2024
31 checks passed
@fsbraun fsbraun deleted the sourcery-ai/issue-30_v2 branch December 12, 2024 21:08
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.

tests: There are no integration tests for python and js
1 participant