class documentation

class TestArray2String:

View In Hierarchy

Undocumented

Method test​_any​_text Undocumented
Method test​_basic Basic test of array2string.
Method test​_edgeitems​_kwarg Undocumented
Method test​_format​_function Test custom format function for each element in array.
Method test​_linewidth Undocumented
Method test​_multiline​_repr Undocumented
Method test​_nested​_array​_repr Undocumented
Method test​_refcount Undocumented
Method test​_structure​_format Undocumented
Method test​_summarize​_1d Undocumented
Method test​_summarize​_2d Undocumented
Method test​_unexpected​_kwarg Undocumented
Method test​_unstructured​_void​_repr Undocumented
Method test​_wide​_element Undocumented
@given(hynp.from_dtype(np.dtype('U')))
def test_any_text(self, text):

Undocumented

def test_basic(self):
Basic test of array2string.
def test_edgeitems_kwarg(self):

Undocumented

def test_format_function(self):
Test custom format function for each element in array.
def test_linewidth(self):

Undocumented

def test_multiline_repr(self):

Undocumented

def test_nested_array_repr(self):

Undocumented

@pytest.mark.skipif(not HAS_REFCOUNT, reason='Python lacks refcounts')
def test_refcount(self):

Undocumented

def test_structure_format(self):

Undocumented

def test_summarize_1d(self):

Undocumented

def test_summarize_2d(self):

Undocumented

def test_unexpected_kwarg(self):

Undocumented

def test_unstructured_void_repr(self):

Undocumented

def test_wide_element(self):

Undocumented