b3j0f.utils.test.proxy module

class b3j0f.utils.test.proxy.ProxyEltTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test proxy elt function.

test__getproxy__()[source]

Test the __getproxy__ instance method.

test_elt()[source]

Test to proxify an elt.

test_elt_bases()[source]

Test to proxify an elt with bases.

test_elt_bases_dict()[source]

Test to proxify an elt with bases and _dict.

test_elt_dict()[source]

Test to proxify an elt with _dict.

test_elt_public()[source]

Test to proxify an elt with only public members.

class b3j0f.utils.test.proxy.ProxyRoutineTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test proxy routine function.

test_builtin()[source]

Test to proxify a builtin function

test_function_empty()[source]
test_lambda()[source]

Test lambda expression.

test_method()[source]

Test to proxify a method.