Name Description Size
functional
test_config.py 11884
test_replacement_tokenizer.py 1192
test_request.py A minimum (and not completely correctly) mock of HTTPMessage for testing. Constructing HTTPMessage is annoying and different in Python 2 and 3. This only implements the parts used by RequestHeaders. Requirements for construction: * Keys are header names and MUST be lower-case. * Values are lists of header values (even if there's only one). * Keys and values should be native strings to match stdlib's behaviours. 3194
test_response.py 1016
test_stash.py Create two Stash instances in parallel threads. Use the provided locks to ensure the first thread is actively establishing an interprocess communication channel at the moment the second thread executes. 4876