tests
tests.test_build
TestPEP517Build
__module__
‘tests’
Bases: context.BasicUsageTestSuite
context.BasicUsageTestSuite
‘tests.test_build’
Test building the package using PEP 517 standards.
This test verifies:
Clean build environment setup
Successful package build (both sdist and wheel)
Presence of expected distribution files
References:
PEP 517: https://peps.python.org/pep-0517/