Belle II Software development
|
Public Member Functions | |
def | setUp (self) |
def | test_missing_key (self) |
def | test_missing_key_attribute (self) |
def | test_missing_key_item (self) |
def | test_missing_key_with_str_conversion (self) |
def | test_missing_key_with_repr_conversion (self) |
def | test_missing_key_with_conversion_and_format (self) |
def | test_missing_key_with_format (self) |
Public Attributes | |
formatter | |
Use the custom string formatter that tolerates missing values for keywords. | |
Test the string formatter for cases where the keys are missing
Definition at line 128 of file tolerate_missing_key_formatter.py.
def setUp | ( | self | ) |
Prepare for the string-formatter test
Definition at line 131 of file tolerate_missing_key_formatter.py.
def test_missing_key | ( | self | ) |
Test for a missing key
Definition at line 136 of file tolerate_missing_key_formatter.py.
def test_missing_key_attribute | ( | self | ) |
Test for a missing key attribute
Definition at line 142 of file tolerate_missing_key_formatter.py.
def test_missing_key_item | ( | self | ) |
Test for a missing key item
Definition at line 148 of file tolerate_missing_key_formatter.py.
def test_missing_key_with_conversion_and_format | ( | self | ) |
Test for a missing key item
Definition at line 166 of file tolerate_missing_key_formatter.py.
def test_missing_key_with_format | ( | self | ) |
Test for a missing key item
Definition at line 172 of file tolerate_missing_key_formatter.py.
def test_missing_key_with_repr_conversion | ( | self | ) |
Test for a missing key item
Definition at line 160 of file tolerate_missing_key_formatter.py.
def test_missing_key_with_str_conversion | ( | self | ) |
Test for a missing key item
Definition at line 154 of file tolerate_missing_key_formatter.py.
formatter |
Use the custom string formatter that tolerates missing values for keywords.
Definition at line 134 of file tolerate_missing_key_formatter.py.