exitStatus code now works with Travis CI even for unit tests that do not have init.py in them.
6.1.0
Improved pytestDriver.py so that pytest is run differently when __init__.py is present versus when it's not present, such that better integration with Travis CI occurs.
6.0.0
UnitTesterSG has been upgraded to work with pytest on Travis CI for automatic unit testing with github pull commits.
5.4.2
The main addition noticeable to users is that explicit passing and failing text is now printed out, and in color.
Some improvements and new functions have also been added to nestedObjectsFunctions.py and now a person can type "YES" or 'yes' or 'y' etc. instead of only 'Y'
5.4.0
Improved the runtime internal commands and interactive testing behavior.