access_control.test.test_transformation module

class access_control.test.test_transformation.TestTransformation(methodName='runTest')[source]

Bases: unittest.case.TestCase

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

test_bad_data()[source]
test_copy_fields()[source]
test_duplicate_input_fields()[source]
test_transformations()[source]
access_control.test.test_transformation.tomorrow(today: datetime.date) → datetime.date[source]