class documentation

class TestSavezLoad(RoundtripTest): (source)

View In Hierarchy

Undocumented

Method roundtrip Function used to save arrays to file.
Method test_BagObj Undocumented
Method test_big_arrays Undocumented
Method test_closing_fid Undocumented
Method test_closing_zipfile_after_load Undocumented
Method test_multiple_arrays Undocumented
Method test_named_arrays Undocumented
Method test_not_closing_opened_fid Undocumented
Method test_savez_filename_clashes Undocumented

Inherited from RoundtripTest:

Method check_roundtrips Undocumented
Method test_1D Undocumented
Method test_array Undocumented
Method test_array_object Undocumented
Method test_format_2_0 Undocumented
Method test_mmap Undocumented
Method test_record Undocumented
Instance Variable arr Undocumented
Instance Variable arr_reloaded Undocumented
def roundtrip(self, *args, **kwargs): (source)

save_func : callable
Function used to save arrays to file.
file_on_disk : bool
If true, store the file on disk, instead of in a string buffer.
save_kwds : dict
Parameters passed to save_func.
load_kwds : dict
Parameters passed to numpy.load.
args : tuple of arrays
Arrays stored to file.

def test_BagObj(self): (source)

Undocumented

@pytest.mark.skipif(IS_PYPY, reason='Hangs on PyPy')
@pytest.mark.skipif(not IS_64BIT, reason='Needs 64bit platform')
@pytest.mark.slow
def test_big_arrays(self): (source)

Undocumented

@pytest.mark.slow_pypy
def test_closing_fid(self): (source)

Undocumented

def test_closing_zipfile_after_load(self): (source)

Undocumented

def test_multiple_arrays(self): (source)

Undocumented

def test_named_arrays(self): (source)

Undocumented

def test_not_closing_opened_fid(self): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='Cannot start thread')
def test_savez_filename_clashes(self): (source)

Undocumented