Opened 8 years ago
Closed 8 years ago
#28610 closed Cleanup/optimization (fixed)
register_tests() for serializers test doesn't show skipped formats
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 , 8 years ago
Has patch: | set |
---|
comment:2 by , 8 years ago
Component: | Testing framework → Core (Serialization) |
---|---|
Summary: | register_tests() for serializers test does not exhibit skipped formats → register_tests() for serializers test doesn't show skipped formats |
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR