stevematney / redgreenunittests

Literally exactly like Python's unittest but with colors.
17 stars 5 forks source link

Fix issue #8 by using six.stringtypes instead of basestring #9

Closed keckj closed 3 years ago

keckj commented 3 years ago

Here is a simple fix for issue #8 to be able to use redgreenunittests for both python 2 and 3. It adds the six dependency to requirements.txt.