Changes between Initial Version and Version 5 of Ticket #21286


Ignore:
Timestamp:
Sep 17, 2017, 12:31:53 PM (7 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21286

    • Property Cc bmispelon@… added
    • Property Summary Fix commented out tests in serializers_regressFix commented out tests in serializers.test_data
  • Ticket #21286 – Description

    initial v5  
    1 `tests/serializers_regress/tests.py` contains some commented out items in the `test_data` list. I think it may be because not all serializers support those items. If this is the case, we should make appropriate modifications so the tests are run where they are supported and skipped where not.
     1`tests/serializers/test_data.py` contains some commented out items in the `test_data` list. I think it may be because not all serializers support those items. If this is the case, we should make appropriate modifications so the tests are run where they are supported and skipped where not.
Back to Top