module documentation
(source)

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. Skip 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='0.0.0', maxver='4.0.0'): (source)
Compare version of python interpreter to the given one. Skip the test if older.
Parameters
minver:strUndocumented
maxver:strUndocumented
Returns
CallableUndocumented