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

🔄 Fix casing in route function names #19

Merged
merged 1 commit into from
Jul 9, 2024
Merged

🔄 Fix casing in route function names #19

merged 1 commit into from
Jul 9, 2024

Conversation

oliv10
Copy link
Owner

@oliv10 oliv10 commented Jul 9, 2024

Corrected the case of route function names from camelCase to snake_case, following PEP 8 convention.

Corrected the case of route function names from camelCase to snake_case, following PEP 8 convention.
@oliv10 oliv10 enabled auto-merge July 9, 2024 14:31
Copy link

github-actions bot commented Jul 9, 2024

Coverage

Python 3.x Coverage Report
FileStmtsMissCoverMissing
__init__.py50100% 
auth.py12558%13–14, 16, 19, 22
models.py60886%42, 50–56
routes.py372921%12–14, 16–18, 20–22, 24–26, 28–30, 32–34, 36–38, 40–42, 44–48
token.py33293%29–30
TOTAL1474470% 

Tests Skipped Failures Errors Time
5 0 💤 0 ❌ 0 🔥 3.672s ⏱️

@oliv10 oliv10 merged commit 118721f into main Jul 9, 2024
6 checks passed
@oliv10 oliv10 deleted the rename-route branch July 9, 2024 14:32
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.

1 participant