Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.parsing.populators Namespace Reference

Classes

class  FromDirectoryPopulator
 
class  FromFilePopulator
 
class  NoTestsFound
 

Variables

bool PROCESS_CURDIR = True
 
dictionary READERS
 

Variable Documentation

◆ PROCESS_CURDIR

bool robotide.lib.robot.parsing.populators.PROCESS_CURDIR = True

Definition at line 38 of file populators.py.

◆ READERS

dictionary robotide.lib.robot.parsing.populators.READERS
Initial value:
1 = {'html': HtmlReader, 'htm': HtmlReader, 'xhtml': HtmlReader,
2  'tsv': TsvReader , 'rst': RestReader, 'rest': RestReader,
3  'txt': RobotReader, 'robot': RobotReader}

Definition at line 33 of file populators.py.