class documentation

class TestLinebreaking:

View In Hierarchy

Undocumented

Method test​_first​_linebreak​_multiline​_on​_linewidth Undocumented
Method test​_first​_linebreak​_multiline​_one​_less​_than​_linewidth Undocumented
Method test​_linewidth​_printoption Undocumented
Method test​_num​_chars​_is​_linewidth Undocumented
Method test​_single​_line​_one​_less Undocumented
Method use​_ascii Undocumented
def test_first_linebreak_multiline_on_linewidth(self):

Undocumented

def test_first_linebreak_multiline_one_less_than_linewidth(self):

Undocumented

@pytest.mark.parametrize(('lw', 'tgt'), ((75, '0.0 + 10.0 x**1 + 200.0 x**2 + 3000.0 x**3 + 40000.0 x**4 +\n500000.0 x**5 + 600000.0 x**6 + 70000.0 x**7 + 8000.0 x**8 + 900.0 x**9'), (45, '0.0 + 10.0 x**1 + 200.0 x**2 + 3000.0 x**3 +\n40000.0 x**4 + 500000.0 x**5 +\n600000.0 x**6 + 70000.0 x**7 + 8000.0 x**8 +\n900.0 x**9'), (132, '0.0 + 10.0 x**1 + 200.0 x**2 + 3000.0 x**3 + 40000.0 x**4 + 500000.0 x**5 + 600000.0 x**6 + 70000.0 x**7 + 8000.0 x**8 + 900.0 x**9')))
def test_linewidth_printoption(self, lw, tgt):

Undocumented

def test_num_chars_is_linewidth(self):

Undocumented

def test_single_line_one_less(self):

Undocumented

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

Undocumented