tests.test_build

Module Contents

Classes

TestPEP517Build

Data

__module__

API

tests.test_build.__module__[source]

‘tests’

class tests.test_build.TestPEP517Build(methodName='runTest')[source][source]

Bases: context.BasicUsageTestSuite

__module__[source]

‘tests.test_build’

test_build_with_pep517()[source][source]

Test building the package using PEP 517 standards.

This test verifies:

  1. Clean build environment setup

  2. Successful package build (both sdist and wheel)

  3. Presence of expected distribution files

References:

  • PEP 517: https://peps.python.org/pep-0517/