class documentation

class TestPrintOptions: (source)

View In Hierarchy

Test the output is properly configured via printoptions. The exponential notation is enabled automatically when the values are too small or too large.

Method test_fixed Undocumented
Method test_latex Undocumented
Method test_non_finite Undocumented
Method test_str Undocumented
Method test_switch_to_exp Undocumented
Method use_ascii Undocumented
def test_fixed(self): (source)

Undocumented

def test_latex(self): (source)

Undocumented

def test_non_finite(self): (source)

Undocumented

def test_str(self): (source)

Undocumented

def test_switch_to_exp(self): (source)

Undocumented

@pytest.fixture(scope='class', autouse=True)
def use_ascii(self): (source)

Undocumented