We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
🔒 Dont assign this issue
This is an EPIC issue that monitors the progress of improving tests in the Care Backend Project
Care Backend Project
The current unit tests in the project have several shortcomings:
To address the issues mentioned above, the following solution is proposed:
TestBase
📄 Note: Currently, the focus will be on creating tests for the API endpoint
By implementing this solution, we aim to improve the test coverage significantly.
authentication
token verification/refresh
otp
password
user
ambulance
asset
asset_transaction
assetbed
bed
consultation
consultationBed
ward
local_body
district
state
external_result
facility
files
investigation
icd
patient
pharmacy
resources
shift
test_sample
triage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tests in Care
🔒 Dont assign this issue
This is an EPIC issue that monitors the progress of improving tests in the
Care Backend Project
Problem
The current unit tests in the project have several shortcomings:
Solution
To address the issues mentioned above, the following solution is proposed:
TestBase
class, which provides a base set of functionalities and utilities for testing.📄 Note: Currently, the focus will be on creating tests for the API endpoint
By implementing this solution, we aim to improve the test coverage significantly.
Tasks
authentication
andtoken verification/refresh
endpoints #1376otp
andpassword
endpoints #1377user
module #1378ambulance
module #1379asset
module #1380asset_transaction
module #1385assetbed
module #1386bed
module #1387consultation
#1388consultationBed
module #1389ward
,local_body
,district
, andstate
moduleexternal_result
modulefacility
modulefiles
moduleinvestigation
andicd
modulepatient
modulepharmacy
moduleresources
moduleshift
moduletest_sample
,triage
moduleThe text was updated successfully, but these errors were encountered: