Skip to content

Add test for citations.py #117

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 2 commits into from
Jun 18, 2025
Merged

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      0   100%
tenantfirstaid/session.py        15      4    73%
tenantfirstaid/shared.py         11      0   100%
tests/test_citations.py          31      0   100%
tests/test_import.py              4      0   100%
-------------------------------------------------
TOTAL                           168     55    67%

@yangm2 yangm2 requested a review from wittejm June 17, 2025 19:03
@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 changed the title Add citations test Add test for citations.py Jun 17, 2025
@yangm2 yangm2 merged commit 30a7429 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