Skip to content

Conversation

@zulquer
Copy link
Collaborator

@zulquer zulquer commented Nov 25, 2025

This pull request introduces minor improvements to the test codebase by adding docstrings to the MockItem classes and makes a small configuration change to the pyproject.toml file.

Test code documentation improvements:

  • Added a docstring to the MockItem class in tests/multisafepay/integration/api/base/listings/test_integration_listing_pager.py to clarify its purpose for testing.
  • Added a docstring to the MockItem class in tests/multisafepay/unit/api/base/listings/test_unit_listing.py to clarify its purpose for testing.
  • Added a docstring to the MockItem class in tests/multisafepay/unit/api/base/listings/test_unit_listing_pager.py to clarify its purpose for testing.

Configuration update:

  • Removed "D101" from the ignore list in the extend-safe-fixes section of pyproject.toml, which may affect docstring-related linting for classes.

@codecov
Copy link

codecov bot commented Nov 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.23%. Comparing base (1db842a) to head (231d931).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   90.23%   90.23%           
=======================================
  Files         107      107           
  Lines        2355     2355           
=======================================
  Hits         2125     2125           
  Misses        230      230           

☔ 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.

@danielcivit danielcivit merged commit a2e6567 into master Nov 26, 2025
6 checks passed
@danielcivit danielcivit deleted the PTHMINT-86 branch November 26, 2025 11:20
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.

3 participants