mdmintz / pynose

pynose fixes nose to extend unittest and make testing easier
https://pypi.org/project/pynose/
GNU Lesser General Public License v2.1
11 stars 6 forks source link

README.md: Remove distracting syntax highlighting colors #14

Closed cclauss closed 8 months ago

cclauss commented 8 months ago

These misplaced color changes distract the reader.

If you do not want the test script to exit with 0 on success and 1 on
failure (like unittest.main), use nose.run() instead:

-->

If you do not want the test script to exit with 0 on success and 1 on
failure (like unittest.main), use nose.run() instead:
mdmintz commented 8 months ago

Changes approved.