Changes between Initial Version and Version 1 of Ticket #29301, comment 16


Ignore:
Timestamp:
May 27, 2018, 1:22:03 PM (6 years ago)
Author:
Jann Haber

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29301, comment 16

    initial v1  
    11I have tested both PRs with django_nose and both don't make django-nose crash anymore. However, the outcome is a little different (as expected).
    22
    3 The PR of Claude is missing to sort --verbosity to the end, however this could be added easily to the "show_last" list. The other arguments are sorted to the end as expected. The arguments are (other than the order of the arguments) identical as in Django 2.0
     3The PR of Claude is missing to sort --verbosity to the end, however this could be added easily to the "show_last" list. The other arguments are sorted to the end as expected. The arguments are (except for the order of the arguments) identical as in Django 2.0
    44
    55The PR of David does not add the django --verbosity (-v) or --version, since these are "overwritten" by the corresponding arguments of nose. Please note, that it is already sufficient if e.g. only the short or only the long version of the argument is used by the third-party command, to have the ArgumentError appear and then to skip the entire argument. -v is already used by nose, so the django --verbosity is not added at all (the short version is also -v).
Back to Top