nose-devs / nose

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

Make Config's docstring raw #1032

Open jwilk opened 7 years ago

jwilk commented 7 years ago

The docstring contains escape sequences (\b, \.) in regular expressions that should not be interpreted by the Python lexer.