xboa
Functions | Variables
xboa.test.TestTools Namespace Reference

Functions

def run_test_group
 
def run_test
 
def parse_tests
 
def test_root_hist
 
def test_root_canvas
 
def test_root_graph
 

Variables

 __float_tol = Common.float_tolerance
 

Function Documentation

def xboa.test.TestTools.run_test_group (   test_results,
  list_of_functions,
  list_of_args,
  alignment = 40 
)

Definition at line 20 of file TestTools.py.

References xboa.test.TestTools.run_test().

def xboa.test.TestTools.run_test (   test_results,
  function,
  args,
  alignment = 40 
)

Definition at line 24 of file TestTools.py.

Referenced by xboa.test.TestTools.run_test_group().

def xboa.test.TestTools.parse_tests (   test_results,
  verbose_bool = True 
)

Definition at line 39 of file TestTools.py.

def xboa.test.TestTools.test_root_hist (   hist,
  name,
  x_label,
  y_label,
  xmin,
  xmax,
  ymin,
  ymax,
  line_color,
  line_style,
  line_width,
  fill_color,
  title 
)

Definition at line 57 of file TestTools.py.

def test_root_canvas (   canvas,
  name,
  title,
  bg_color,
  highlight_color,
  border_mode,
  frame_color 
)

Definition at line 74 of file TestTools.py.

def xboa.test.TestTools.test_root_graph (   graph,
  name_string,
  x_list,
  y_list,
  line_color,
  line_style,
  line_width,
  fill_color 
)

Definition at line 93 of file TestTools.py.

Variable Documentation

__float_tol = Common.float_tolerance

Definition at line 18 of file TestTools.py.