MCPcopy Create free account
hub / github.com/scanny/python-pptx / it_knows_its_label

Method it_knows_its_label

tests/chart/test_data.py:476–482  ·  view source on GitHub ↗
(self, label_fixture)

Source from the content-addressed store, hash-verified

474 category.depth
475
476 def it_knows_its_label(self, label_fixture):
477 label_arg, expected_value = label_fixture
478 category = Category(label_arg, None)
479
480 label = category.label
481
482 assert label == expected_value
483
484 def it_knows_its_numeric_string_value(self, num_str_fixture):
485 category, date_1904, expected_value = num_str_fixture

Callers

nothing calls this directly

Calls 1

CategoryClass · 0.90

Tested by

no test coverage detected