Skip to content

add test for session.py #118

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

Merged
merged 1 commit into from
Jun 18, 2025
Merged

add test for session.py #118

merged 1 commit into from
Jun 18, 2025

Conversation

yangm2
Copy link
Contributor

@yangm2 yangm2 commented Jun 17, 2025

coverage before ...

=== tests coverage ===
___ coverage: platform linux, python 3.12.3-final-0 ___

Name                          Stmts   Miss  Cover
-------------------------------------------------
tenantfirstaid/__init__.py        0      0   100%
tenantfirstaid/app.py            30      7    77%
tenantfirstaid/chat.py           63     44    30%
tenantfirstaid/citations.py      14      7    50%
tenantfirstaid/session.py        15      4    73%
tenantfirstaid/shared.py         11      0   100%
tests/test_import.py              4      0   100%
-------------------------------------------------
TOTAL                           137     62    55%

coverage after ...

=== tests coverage ===
___ coverage: platform linux, python 3.12.3-final-0 ___

Name                          Stmts   Miss  Cover
-------------------------------------------------
tenantfirstaid/__init__.py        0      0   100%
tenantfirstaid/app.py            30      7    77%
tenantfirstaid/chat.py           63     44    30%
tenantfirstaid/citations.py      14      7    50%
tenantfirstaid/session.py        15      0   100%
tenantfirstaid/shared.py         11      0   100%
tests/test_import.py              4      0   100%
tests/test_session.py            35      0   100%
-------------------------------------------------
TOTAL                           172     58    66%
=== 4 passed in 2.53s ===

@yangm2 yangm2 self-assigned this Jun 17, 2025
@yangm2 yangm2 added the backend Bot implementation and other backend concerns label Jun 17, 2025
@yangm2 yangm2 marked this pull request as ready for review June 17, 2025 20:09
@yangm2 yangm2 merged commit b1cb141 into codeforpdx:main Jun 18, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Bot implementation and other backend concerns
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants