module documentation

Utility functions for test code that uses astroid ASTs as input.

Function brainless_manager Undocumented
Function enable_warning Undocumented
Function get_name_node Undocumented
Function require_version Compare version of python interpreter to the given one and skips the test if older.
def brainless_manager(): (source)

Undocumented

@contextlib.contextmanager
def enable_warning(warning): (source)

Undocumented

def get_name_node(start_from, name, index=0): (source)

Undocumented

def require_version(minver: str = '0.0.0', maxver: str = '4.0.0') -> Callable: (source)

Compare version of python interpreter to the given one and skips the test if older.