Opened 7 years ago

Closed 7 years ago

#28610 closed Cleanup/optimization (fixed)

register_tests() for serializers test doesn't show skipped formats

Reported by: Claude Paroz Owned by: nobody
Component: Core (Serialization) 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: yes UI/UX: no

Description

When running the serializers tests dynamically created by register_tests(), and when a serializer is not available (for example missing pyyaml), the test suite doesn't show any skipped test. It simply ignores the missing tests.

Change History (3)

comment:1 by Claude Paroz, 7 years ago

Has patch: set

comment:2 by Tim Graham, 7 years ago

Component: Testing frameworkCore (Serialization)
Summary: register_tests() for serializers test does not exhibit skipped formatsregister_tests() for serializers test doesn't show skipped formats
Triage Stage: AcceptedReady for checkin

comment:3 by Claude Paroz <claude@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 774f5548:

Fixed #28610 -- Skipped test when serializer is not available

Thanks Tim Graham for the review.

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