Force verbose mode for unittests in an IDE


Version: 1.0
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.4
License:

Description - Force verbose mode for unittests in an IDE



When running unit tests, using the verbose Flag often provides an extra level of Protection against mistakes. When running from the command line, this simply means adding the ?v option. If you use an IDE, matters become more complicated. While you can often set your IDE to pass in the ?v option when running a file, this has a number of drawbacks. This code will ensure that your tests will run with the verbose option.



More in Python-Force verbose mode for unittests in an IDE

Tests Unittests Verbose Mode Force Verbose Mode