module documentation

Reusable functions and classes for different types of integration tests. For example ``Archive`` can be used to check the contents of distribution built with setuptools, and ``run`` will always try to be as verbose as possible to facilitate debugging.

Class Archive Compatibility layer for ZipFile/Info and TarFile/Info
Function get_sdist_members Undocumented
Function get_wheel_members Undocumented
Function run Undocumented
def get_sdist_members(sdist_path): (source)

Undocumented

def get_wheel_members(wheel_path): (source)

Undocumented

def run(cmd, env=None): (source)

Undocumented