Opened 3 weeks ago

Closed 2 weeks ago

#35724 closed Cleanup/optimization (fixed)

Add test coverage for migration commands handling of distributed namespace packages

Reported by: Jacob Walls Owned by: Jacob Walls
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The migration questioner and writer lack test coverage for handling failures re: distributed namespace packages (PEP 420).

PR adding coverage, with links to uncovered lines

Change History (3)

comment:1 by Sarah Boyce, 3 weeks ago

Triage Stage: UnreviewedAccepted

comment:2 by Sarah Boyce, 3 weeks ago

Triage Stage: AcceptedReady for checkin

comment:3 by Sarah Boyce <42296566+sarahboyce@…>, 2 weeks ago

Resolution: fixed
Status: assignedclosed

In 4082a888:

Fixed #35724 -- Tested migration commands handling of distributed namespace packages.

Also increased coverage of module_loading.py.

Note: See TracTickets for help on using tickets.
Back to Top