openpyxl.worksheet.tests.test_cell_range module

openpyxl.worksheet.tests.test_cell_range.CellRange()[source]
openpyxl.worksheet.tests.test_cell_range.MultiCellRange()[source]
class openpyxl.worksheet.tests.test_cell_range.TestCellRange[source]

Bases: object

test_cells(CellRange)[source]
test_check_title(CellRange, r1, r2, expected)[source]
test_cols(CellRange)[source]
test_contains(CellRange)[source]
test_copy(CellRange)[source]
test_ctor(CellRange)[source]
test_dict(CellRange)[source]
test_different_worksheets(CellRange, r1, r2)[source]
test_doesnt_contain(CellRange)[source]
test_edge_cells(CellRange)[source]
test_eq(CellRange)[source]
test_expand(CellRange)[source]
test_from_string(CellRange, range_string, title, coord)[source]
test_gt(CellRange)[source]
test_intersection(CellRange)[source]
test_is_not_disjoint(CellRange)[source]
test_is_not_disjoint_in_both(CellRange)[source]

Tested ranges overlap in both rows and columns

test_is_not_subset(CellRange)[source]
test_is_not_superset(CellRange)[source]
test_isdisjoint_by_col(CellRange)[source]

Tested ranges differ only by columns

test_isdisjoint_by_row(CellRange)[source]

Tested ranges differ only by rows

test_isdisjoint_in_both(CellRange)[source]

Tested ranges differ in both rows and columns

test_isdisjoint_order(CellRange)[source]

Order of the test does not matter

test_issubset(CellRange)[source]
test_issuperset(CellRange)[source]
test_lt(CellRange)[source]
test_max_col_too_small(CellRange)[source]
test_max_row_too_small(CellRange)[source]
test_ne(CellRange)[source]
test_no_intersection(CellRange)[source]
test_no_union(CellRange)[source]
test_repr(CellRange)[source]
test_rows(CellRange)[source]
test_shift(CellRange)[source]
test_shift_negative(CellRange)[source]
test_shrink(CellRange)[source]
test_size(CellRange)[source]
test_str(CellRange)[source]
test_union(CellRange)[source]
class openpyxl.worksheet.tests.test_cell_range.TestMultiCellRange[source]

Bases: object

test_add_cell_range(MultiCellRange, CellRange)[source]
test_add_coord(MultiCellRange, CellRange)[source]
test_avoid_duplicates(MultiCellRange)[source]
test_contains(MultiCellRange, CellRange)[source]
test_copy(MultiCellRange, CellRange)[source]
test_ctor(MultiCellRange, CellRange)[source]
test_doesnt_contain(MultiCellRange)[source]
test_empty(MultiCellRange)[source]
test_eq(MultiCellRange)[source]
test_from_string(MultiCellRange, CellRange)[source]
test_iadd(MultiCellRange)[source]
test_iter(MultiCellRange, CellRange)[source]
test_ne(MultiCellRange)[source]
test_not_empty(MultiCellRange)[source]
test_remove(MultiCellRange)[source]
test_remove_invalid(MultiCellRange)[source]
test_repr(MultiCellRange, CellRange)[source]