nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

doc: pre-format --nologcapture with double backquote #1028

Closed scorphus closed 5 years ago

scorphus commented 7 years ago

Besides indicating --nologcapture as a command line option, prevent the double dashes (--) from being converted into EN DASH ().

This same, file – nose/plugins/logcapture.py – has one line with trailing space. I'm happy adding a commit that amends this as well, but what are the guidelines about fixing one particular PEP8 violation on a specific file?

Thanks!