tests.test_manifest
Module Contents
Classes
Data
API
- tests.test_manifest.__module__[source]
‘tests’
- class tests.test_manifest.ManifestInclusionTestSuite(methodName='runTest')[source][source]
Bases:
context.BasicUsageTestSuite- __module__[source]
‘tests.test_manifest’
- _build_sdist_and_get_members()[source][source]
Build the source distribution and return the list of member files and package version.
This helper method runs the command to create a source distribution (sdist) of the package and then extracts the list of files included in the archive.
Returns: tuple: A tuple containing the list of member file paths and the package version string.
Raises: AssertionError: If the build command does not run successfully or if no files are found in the ‘dist’ directory.