__init__ ([methodName]) |
Create an instance of the class that will use the named test method when executed. |
addCleanup (function, *args, **kwargs) |
Add a function, with arguments, to be called when the test is completed. |
addTypeEqualityFunc (typeobj, function) |
Add a type specific assertEqual style function to compare a type. |
assertArraySplitEqual (splt1, splt2) |
Compares list of numpy.ndarray results returned by numpy.mpi_array() and mpi_array.split.mpi_array() functions. |
countTestCases () |
|
debug () |
Run the test without collecting errors in a TestResult |
defaultTestResult () |
|
doCleanups () |
Execute all cleanup functions. |
do_test_construct_empty_locale_extent ([...]) |
Test constructing a mpi_array.globale.gndarray when locale extent is empty. |
do_test_copyto_diff_locale_types ([halo, ...]) |
Tests for mpi_array.globale.copyto() . |
do_test_copyto_same_locale_types ([halo, ...]) |
Tests for mpi_array.globale.copyto() . |
do_test_peer_rank_get ([locale_type]) |
Test for mpi_array.globale.gndarray.peer_rank_get() . |
id () |
|
run ([result]) |
|
setUp () |
|
setUpClass () |
Hook method for setting up class fixture before running tests in the class. |
shortDescription () |
Returns a one-line description of the test, or None if no description has been provided. |
skipTest (reason) |
Skip this test. |
subTest ([msg]) |
Return a context manager that will return the enclosed block of code in a subtest identified by the optional message and keyword parameters. |
tearDown () |
Hook method for deconstructing the test fixture after testing it. |
tearDownClass () |
Hook method for deconstructing the class fixture after running all tests in the class. |
test_all () |
Tests for mpi_array.globale.gndarray.all() . |
test_attr () |
Test various attributes of mpi_array.globale.gndarray . |
test_construct_empty_locale_extent_locale_type_node () |
Test constructing a mpi_array.globale.gndarray when locale extent is empty. |
test_construct_empty_locale_extent_locale_type_process () |
Test constructing a mpi_array.globale.gndarray when locale extent is empty. |
test_construct_with_structured_array_dtype () |
Construct a a mpi_array.globale.gndarray structured array. |
test_copyto_arg_check () |
Tests for mpi_array.globale.copyto() . |
test_copyto_diff_locale_types_no_halo_diff_dtype () |
Tests for mpi_array.globale.copyto() . |
test_copyto_diff_locale_types_no_halo_same_dtype () |
Tests for mpi_array.globale.copyto() . |
test_copyto_diff_locale_types_wt_halo_diff_dtype () |
Tests for mpi_array.globale.copyto() . |
test_copyto_diff_locale_types_wt_halo_same_dtype () |
Tests for mpi_array.globale.copyto() . |
test_copyto_same_node_locale_types_no_halo_same_dtype () |
Tests for mpi_array.globale.copyto() . |
test_copyto_same_node_locale_types_wt_halo_same_dtype () |
Tests for mpi_array.globale.copyto() . |
test_copyto_same_process_locale_types_no_halo_same_dtype () |
Tests for mpi_array.globale.copyto() . |
test_copyto_same_process_locale_types_wt_halo_same_dtype () |
Tests for mpi_array.globale.copyto() . |
test_get_item_and_set_item () |
Test the mpi_array.globale.gndarray.__getitem__() and mpi_array.globale.gndarray.__setitem__() methods. |
test_peer_rank_get_locale_type_node () |
Test for mpi_array.globale.gndarray.peer_rank_get() . |
test_peer_rank_get_locale_type_process () |
Test for mpi_array.globale.gndarray.peer_rank_get() . |
test_update () |
Test for mpi_array.globale.gndarray.update() , 1D and 2D shaped data with 1D distribution. |
test_update_block () |
Test for mpi_array.globale.gndarray.update() , block 2D distribution. |