stackviz/stackviz/parser
Clark Boylan f0e4e094c3 Treat subunit as binary under python3
The subunit stream is a binary protocol and can't be encoded to utf8.
Unfortunately  under python3 the default behavior when reading from
stdin or opened files is to read them encoded as your platform dependent
encoding. For linux users this is typically utf8 and subunit isn't valid
utf8. Fix this by reading the subunit streams as binary under python3 as
we do on python2.

Change-Id: I1ddfe514c219c3bbfcd69f6808faa2331933acee
2018-09-30 08:44:55 -07:00
..
__init__.py added a subunit log parser and associated TEST_REPOSITORIES config param to settings 2015-07-15 11:41:11 -06:00
devstack_parser.py Fix even more pep8 violations 2015-08-04 14:27:28 -06:00
log_node.py Fix even more pep8 violations 2015-08-04 14:27:28 -06:00
tempest_subunit.py Treat subunit as binary under python3 2018-09-30 08:44:55 -07:00