xboa
Functions | Variables
xboa.test.CommonTest Namespace Reference

Functions

def common_substitute_test
 
def __sin_x_one_pass
 
def __sin_x
 
def common_nd_newton_raphson1_test
 
def common_nd_newton_raphson2_test
 
def common_has_root_test
 
def common_has_numpy_test
 
def common_has_json_test
 
def common_make_root_canvas_test
 
def common_n_bins_test
 
def __sine_list
 
def common_min_max_test
 
def common_multisort_test
 
def common_get_bin_edges_test
 
def __build_test_histogram
 
def common_histogram_test
 
def common_make_root_histogram_test
 
def common_make_root_graph_test
 
def common_make_root_graph_2d_test
 
def common_make_root_multigraph_test
 
def common_wait_for_root_test
 
def common_has_matplot_test
 
def common_wait_for_matplot_test
 
def common_make_matplot_graph_test
 
def common_make_matplot_histogram_test
 
def common_make_matplot_scatter_test
 
def common_make_matplot_multigraph_test
 
def common_show_matplot_and_continue_test
 
def __subprocess_function_1
 
def __subprocess_function_2
 
def __subprocess_function_3
 
def common_subprocess_test
 
def common_kolmogorov_smirnov_test_test
 
def __is_alive
 
def common_kill_subprocesses_test
 
def common_normalise_vector_test
 
def common_make_grid_test
 
def common_make_shell_test
 
def __test_run
 
def common_test_function_with_queue
 
def common_test_process_list
 
def test_common
 

Variables

 run_test = xboa.test.TestTools.run_test
 
 run_test_group = xboa.test.TestTools.run_test_group
 
 __float_tol = xboa.test.TestTools.__float_tol
 
 parse_tests = xboa.test.TestTools.parse_tests
 
 __test_root_hist = xboa.test.TestTools.test_root_hist
 
 __test_root_canvas = xboa.test.TestTools.test_root_canvas
 
 __test_root_graph = xboa.test.TestTools.test_root_graph
 

Function Documentation

def xboa.test.CommonTest.common_substitute_test ( )

Definition at line 43 of file CommonTest.py.

def xboa.test.CommonTest.__sin_x_one_pass (   xyz)
private

Definition at line 58 of file CommonTest.py.

References xboa.test.CommonTest.__sin_x().

def xboa.test.CommonTest.__sin_x (   x)
private
def xboa.test.CommonTest.common_nd_newton_raphson1_test ( )

Definition at line 71 of file CommonTest.py.

References xboa.test.CommonTest.__sin_x().

def xboa.test.CommonTest.common_nd_newton_raphson2_test ( )

Definition at line 78 of file CommonTest.py.

References xboa.test.CommonTest.__sin_x().

def xboa.test.CommonTest.common_has_root_test ( )

Definition at line 85 of file CommonTest.py.

def xboa.test.CommonTest.common_has_numpy_test ( )

Definition at line 92 of file CommonTest.py.

def xboa.test.CommonTest.common_has_json_test ( )

Definition at line 99 of file CommonTest.py.

def xboa.test.CommonTest.common_make_root_canvas_test ( )

Definition at line 107 of file CommonTest.py.

References xboa.test.CommonTest.__test_root_canvas.

def xboa.test.CommonTest.common_n_bins_test ( )

Definition at line 116 of file CommonTest.py.

def xboa.test.CommonTest.__sine_list (   const1,
  const2,
  list_of_x 
)
private
def xboa.test.CommonTest.common_min_max_test ( )

Definition at line 134 of file CommonTest.py.

def xboa.test.CommonTest.common_multisort_test ( )

Definition at line 157 of file CommonTest.py.

def xboa.test.CommonTest.common_get_bin_edges_test ( )

Definition at line 164 of file CommonTest.py.

def xboa.test.CommonTest.__build_test_histogram ( )
private

Definition at line 179 of file CommonTest.py.

Referenced by xboa.test.CommonTest.common_histogram_test().

def xboa.test.CommonTest.common_histogram_test ( )

Definition at line 205 of file CommonTest.py.

References xboa.test.CommonTest.__build_test_histogram().

def xboa.test.CommonTest.common_make_root_histogram_test ( )
def xboa.test.CommonTest.common_make_root_graph_test ( )
def xboa.test.CommonTest.common_make_root_graph_2d_test ( )

Definition at line 275 of file CommonTest.py.

def xboa.test.CommonTest.common_make_root_multigraph_test ( )

Definition at line 278 of file CommonTest.py.

References xboa.test.CommonTest.__sine_list().

def xboa.test.CommonTest.common_wait_for_root_test ( )

Definition at line 297 of file CommonTest.py.

def xboa.test.CommonTest.common_has_matplot_test ( )

Definition at line 301 of file CommonTest.py.

def xboa.test.CommonTest.common_wait_for_matplot_test ( )

Definition at line 305 of file CommonTest.py.

def xboa.test.CommonTest.common_make_matplot_graph_test ( )

Definition at line 309 of file CommonTest.py.

References xboa.test.CommonTest.__sine_list().

def xboa.test.CommonTest.common_make_matplot_histogram_test ( )

Definition at line 316 of file CommonTest.py.

References xboa.test.CommonTest.__sine_list().

def xboa.test.CommonTest.common_make_matplot_scatter_test ( )

Definition at line 328 of file CommonTest.py.

References xboa.test.CommonTest.__sine_list().

def xboa.test.CommonTest.common_make_matplot_multigraph_test ( )

Definition at line 337 of file CommonTest.py.

References xboa.test.CommonTest.__sine_list().

def xboa.test.CommonTest.common_show_matplot_and_continue_test ( )

Definition at line 352 of file CommonTest.py.

def xboa.test.CommonTest.__subprocess_function_1 (   some_arg,
  some_other_arg 
)
private

Definition at line 356 of file CommonTest.py.

def xboa.test.CommonTest.__subprocess_function_2 (   some_arg,
  some_other_arg 
)
private

Definition at line 363 of file CommonTest.py.

def xboa.test.CommonTest.__subprocess_function_3 ( )
private

Definition at line 371 of file CommonTest.py.

def xboa.test.CommonTest.common_subprocess_test ( )

Definition at line 374 of file CommonTest.py.

def xboa.test.CommonTest.common_kolmogorov_smirnov_test_test ( )

Definition at line 379 of file CommonTest.py.

def xboa.test.CommonTest.__is_alive (   process)
private

Definition at line 395 of file CommonTest.py.

Referenced by xboa.test.CommonTest.common_kill_subprocesses_test().

def xboa.test.CommonTest.common_kill_subprocesses_test ( )

Definition at line 405 of file CommonTest.py.

References xboa.test.CommonTest.__is_alive().

def xboa.test.CommonTest.common_normalise_vector_test ( )

Definition at line 414 of file CommonTest.py.

def xboa.test.CommonTest.common_make_grid_test ( )

Definition at line 429 of file CommonTest.py.

def xboa.test.CommonTest.common_make_shell_test ( )

Definition at line 449 of file CommonTest.py.

def xboa.test.CommonTest.__test_run (   item)
private

Definition at line 467 of file CommonTest.py.

def xboa.test.CommonTest.common_test_function_with_queue ( )

Definition at line 473 of file CommonTest.py.

def xboa.test.CommonTest.common_test_process_list ( )

Definition at line 486 of file CommonTest.py.

def xboa.test.CommonTest.test_common ( )

Variable Documentation

run_test = xboa.test.TestTools.run_test

Definition at line 10 of file CommonTest.py.

run_test_group = xboa.test.TestTools.run_test_group

Definition at line 11 of file CommonTest.py.

Referenced by xboa.test.CommonTest.test_common().

__float_tol = xboa.test.TestTools.__float_tol

Definition at line 12 of file CommonTest.py.

parse_tests = xboa.test.TestTools.parse_tests

Definition at line 13 of file CommonTest.py.

Referenced by xboa.test.CommonTest.test_common().

Definition at line 15 of file CommonTest.py.

Referenced by xboa.test.CommonTest.common_make_root_canvas_test().

Definition at line 16 of file CommonTest.py.

Referenced by xboa.test.CommonTest.common_make_root_graph_test().