module documentation

Undocumented

Function skip_on_windows_because_of_199 Return a skip describing issue #199 under Windows.
Function with_clock Undocumented
Constant DEBUG Undocumented
Variable is_pypy Undocumented
def skip_on_windows_because_of_199(): (source)

Return a skip describing issue #199 under Windows. :return: A :py:class:`str` skip reason.

def with_clock(fn): (source)

Undocumented

DEBUG = (source)

Undocumented

Value
(os.getenv('TREQ_DEBUG', False) == 'true')
is_pypy = (source)

Undocumented