Changes between Initial Version and Version 1 of Ticket #29301, comment 16
- Timestamp:
- May 27, 2018, 1:22:03 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29301, comment 16
initial v1 1 1 I 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). 2 2 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 thanthe order of the arguments) identical as in Django 2.03 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 (except for the order of the arguments) identical as in Django 2.0 4 4 5 5 The 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).