tests Package

tests Package

test_decorators Module

test_fields Module

class django_prbac.tests.test_fields.TestStringListField(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

Test suite for django_prbac.fields.StringListField

test_get_prep_value_convert()[source]
test_is_string_list()[source]
test_to_python_already_done()[source]
test_to_python_convert()[source]
class django_prbac.tests.test_fields.TestStringSetField(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

Test suite for django_prbac.fields.StringSetField

test_get_prep_value_convert()[source]
test_is_string_set()[source]
test_to_python_already_done()[source]
test_to_python_convert()[source]

test_models Module