class documentation

class TestCaseInsensitiveDict: (source)

View In Hierarchy

Undocumented

Method setup CaseInsensitiveDict instance with "Accept" header.
Method test_copy Undocumented
Method test_delitem Undocumented
Method test_getitem Undocumented
Method test_instance_equality Undocumented
Method test_list Undocumented
Method test_lower_items Undocumented
Method test_repr Undocumented
Class Variable possible_keys Undocumented
Instance Variable case_insensitive_dict Undocumented
@pytest.fixture(autouse=True)
def setup(self): (source)

CaseInsensitiveDict instance with "Accept" header.

def test_copy(self): (source)

Undocumented

@possible_keys
def test_delitem(self, key): (source)

Undocumented

Parameters
key:strUndocumented
@possible_keys
def test_getitem(self, key): (source)

Undocumented

Parameters
key:strUndocumented
@pytest.mark.parametrize('other, result', (({'AccePT': 'application/json'}, True), ({}, False), (None, False)))
def test_instance_equality(self, other, result): (source)

Undocumented

Parameters
other:Optional[Dict[str, str]]Undocumented
result:boolUndocumented
def test_list(self): (source)

Undocumented

def test_lower_items(self): (source)

Undocumented

def test_repr(self): (source)

Undocumented

possible_keys = (source)

Undocumented

case_insensitive_dict: CaseInsensitiveDict[str] = (source)

Undocumented