Skip to content

Capture expected deprecation warnings in entry-point tests #581

Description

@claell

Problem

Four entry-point tests intentionally pass both a deprecated parameter and its replacement to verify the resulting conflict error. The tests assert the ValueError, but they do not capture the expected DeprecationWarning emitted first.

Consequently, a normal suite run reports four warnings and the suite cannot be run with warnings treated as errors, even though these warnings are part of the behavior under test rather than unexamined application output.

Proposed coverage

Wrap the four conflict cases in pytest.warns(DeprecationWarning) while retaining the existing error-message assertions. This documents both parts of the contract and permits warning-strict test execution without changing production behavior.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions