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

Classes

class  ArgumentValidator
 
class  Tidy
 Programmatic API for the Tidy tool. More...
 
class  TidyCommandLine
 Command line interface for the Tidy tool. More...
 

Functions

def tidy_cli (arguments)
 Executes Tidy similarly as from the command line. More...
 

Variables

string USAGE
 

Function Documentation

◆ tidy_cli()

def robotide.lib.robot.tidy.tidy_cli (   arguments)

Executes Tidy similarly as from the command line.

:param arguments: Command line arguments as a list of strings.

Example::

    from robotide.lib.robot.tidy import tidy_cli

    tidy_cli(['--format', 'txt', 'tests.html'])

Definition at line 330 of file tidy.py.

Variable Documentation

◆ USAGE

string robotide.lib.robot.tidy.USAGE

Definition at line 46 of file tidy.py.