Opened 8 years ago
Closed 8 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 , 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