tests.py¶
This module defines the tests done patient functionality that is not part of other apps
Class definitions:
-
class
apps.healthperson.patient.tests.PatientTest(methodName='runTest')[source]¶ Bases:
core.unittest.baseunittest.BaseUnitTestUnittest definitions for patients
-
check_account(base_url)[source]¶ Check viewing/editing the account (profile) information for a patient
-
check_questionnaire_helper(url, count, test_value)[source]¶ Helper function for testing the filled-in questionnaire details
-