Skip to content

Improve code discoverability and fix warnings#122

Merged
tonioo merged 2 commits into
tonioo:masterfrom
sapristi:patch-1
Oct 25, 2025
Merged

Improve code discoverability and fix warnings#122
tonioo merged 2 commits into
tonioo:masterfrom
sapristi:patch-1

Conversation

@sapristi

@sapristi sapristi commented Oct 24, 2025

Copy link
Copy Markdown
Contributor

Use wraps decoratorin the definition of authentication_required`, so that docstrings and typing is available in IPython

Also fix some warnings (e.g. .venv/lib/python3.12/site-packages/sievelib/managesieve.py:218: SyntaxWarning: invalid escape sequence '\+' )

Use `wraps` decorator` in the definition of  `authentication_required`, so that docstrings and typing is available in IPython
For example `.venv/lib/python3.12/site-packages/sievelib/managesieve.py:218: SyntaxWarning: invalid escape sequence '\+'`
@sapristi sapristi changed the title Improve code discoverability Improve code discoverability and fix warnings Oct 24, 2025
@codecov

codecov Bot commented Oct 25, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.68%. Comparing base (f73c59a) to head (1879d1d).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   87.67%   87.68%   +0.01%     
==========================================
  Files          10       10              
  Lines        2053     2055       +2     
==========================================
+ Hits         1800     1802       +2     
  Misses        253      253              

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

@tonioo tonioo merged commit de75254 into tonioo:master Oct 25, 2025
9 checks passed
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.

2 participants