issues
search
mdmintz
/
pynose
pynose fixes nose to extend unittest and make testing easier
https://pypi.org/project/pynose/
GNU Lesser General Public License v2.1
14
stars
6
forks
source link
Always print the output of print() statements
#3
Closed
mdmintz
closed
1 year ago
mdmintz
commented
1 year ago
Always print the output of
print()
statements
Always print the output of print() statements (
-s
is always set now) -->
https://github.com/mdmintz/pynose/commit/a50362eb730203fd5377c888b41795e8d03170eb
--> This is the same as
-s
always being active. --> Personally, I've always wanted this, as it's needed for
pdb
debugging to work.
Always print the output of
print()
statements-s
is always set now) --> https://github.com/mdmintz/pynose/commit/a50362eb730203fd5377c888b41795e8d03170eb --> This is the same as-s
always being active. --> Personally, I've always wanted this, as it's needed forpdb
debugging to work.