Changes between Initial Version and Version 1 of Ticket #26843, comment 2


Ignore:
Timestamp:
Jul 6, 2016, 3:45:09 AM (8 years ago)
Author:
Baptiste Mispelon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26843, comment 2

    initial v1  
    11Hi,
    22
    3 I forced `self.empty_label = 'some hardcoded string'` inside `ModelChoiceField` and ran the full test suite. This yielded 22 failures, all related to my change.
     3I forced `self.empty_label = 'some hardcoded string'` inside `ModelChoiceField.__init__()` and ran the full test suite. This yielded 22 failures, all related to my change.
    44
    55To me this seems to indicate that the feature is being tested, no? Can you ellaborate on what makes you say it's not being tested?
Back to Top