pynose

pynose fixes nose to extend unittest and make testing easier

LGPL-2.1 License

Downloads
303.5K
Stars
13
Committers
1
pynose - 1.5.2 - Update License Latest Release

Published by mdmintz 4 months ago

Update License

pynose - 1.5.1 - Logging Optimizations

Published by mdmintz 7 months ago

pynose - 1.5.0 - Code optimizations and refactoring

Published by mdmintz 8 months ago

1.5.0 - Code optimizations and refactoring

  • Refactor and optimize code
  • Drop support for Python 3.6
  • Officially support Python 3.13
pynose - 1.4.8 - Add options for capturing output

Published by mdmintz about 1 year ago

Add options for capturing output

To enable capture, set a Python env variable called "NOSE_CAPTURE" to "1".

It can be done like this in an __init__.py file:

import os
os.environ["NOSE_CAPTURE"] = "1"

This restores the default setting of nose, which is capturing output.
(Note that if output is captured, print() calls won't be seen.)

Capturing output can also be enabled with: --capture-output.

pynose - 1.4.7 - Fix new flake8 issues

Published by mdmintz about 1 year ago

Fix new flake8 issues

pynose - 1.4.6 - Fix DeprecationWarning

Published by mdmintz over 1 year ago

Fix DeprecationWarning

pynose - 1.4.5 - Fix issue with "inspect" on Python 3.11

Published by mdmintz over 1 year ago

Fix issue with "inspect" on Python 3.11

pynose - 1.4.4 - Always print output of "print()" statements

Published by mdmintz over 1 year ago

Always print the output of print() statements

pynose - 1.4.3 - Python 3.12 compatibility

Published by mdmintz over 1 year ago

Python 3.12 compatibility