tests.py

Remote care specific test that tests things that were not covered by other tests in the apps.

Note

Needs to be extended with tests for all core code.

Class definitions:

class core.tests.CoreTests(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

Class with tests for modules in the core package

check_forms()[source]

Checks parts from the forms module

check_models()[source]

Checks parts from the models module

check_widgets()[source]

Checks parts from the widgets module

test_core()[source]

Only checks parts that are not covered by other Remote Care tests