Skip to content

Fix Python 3 Logging Issue

Compare
Choose a tag to compare
@mdmintz mdmintz released this 25 Jul 02:38
· 7841 commits to master since this release

Log files were missing when running tests tests in Python 3 due to differences in method functionality between Python 2 and Python 3. These changes will allow the logs to be complete when running tests using Python 3 pytest or nosetests.