tests.py

Definitions for tests for secretary. Currently only includes tests for checking the search page

Class definitions:

class apps.healthperson.secretariat.tests.SecretaryTest(methodName='runTest')[source]

Bases: core.unittest.baseunittest.BaseUnitTest

Test the search function on the homepage

Check homepage search for patients

test_secretary_functions()[source]

Run the checks for a secretary

Note

testing adding/editing appointments is included into the appointments app