os-testr/os_testr
Masayuki Igawa 056794cdde Make subprocess outputs to text for Python 3
This commit makes subprocess outputs to str with universal_newlines
option. In Python 3, we need to do it explicitly. Otherwise an error
occurs. This commit also adds a unit test to prevent regression.

Change-Id: I2e428a3c57357e47c9057e8dbbbb51ae4b65e4e6
2016-06-30 16:49:10 +09:00
..
tests Make subprocess outputs to text for Python 3 2016-06-30 16:49:10 +09:00
utils Add colored output feature to subunit-trace 2015-11-25 13:15:22 +09:00
__init__.py Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
generate_subunit.py Add version option for ostestr and subunit-trace 2016-04-12 13:08:32 +09:00
ostestr.py Seperate regex builder logic into a seperate module 2016-05-23 19:10:16 -04:00
regex_builder.py Make subprocess outputs to text for Python 3 2016-06-30 16:49:10 +09:00
subunit2html.py Sort failed tests at the top on HTML result page 2016-05-26 20:38:37 +00:00
subunit_trace.py Merge "Split functionality out of main" 2016-05-24 19:25:41 +00:00