b3j0f.utils.test.path module

class b3j0f.utils.test.path.AliasTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test the function alias.

setUp()[source]
test_class()[source]

Test to make an alias from a class.

test_function()[source]

Test to make an alias from a function.

test_variable()[source]

Test to make an alias from a variable.

class b3j0f.utils.test.path.GetPathTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test the function path.

test_builtin()[source]

Test getpath builtin

test_class()[source]

Test getpath class

class b3j0f.utils.test.path.LookUpGetPathTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test the function lookup.

test_getpath_lookup()[source]

Test getpath + lookup

test_lookup_getpath()[source]

Test lookup + getpath

class b3j0f.utils.test.path.LookUpTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test the function lookup.

setUp()[source]
test_builtin()[source]

Test lookup of builtin

test_cache()[source]

Test lookup cache

test_class()[source]

Test lookup class

test_function()[source]

Test lookup function

test_local()[source]

Test lookup local

test_method()[source]

Test lookup method

test_module()[source]

Test lookup of module

test_notfound()[source]

Test lookup on not existing element

test_package()[source]

Test lookup package

test_safe()[source]

Test the functino lookup with safe.

test_scope()[source]

Test the lookup function with a specific scope.

test_syntaxerror()[source]