зеркало из https://github.com/mozilla/gecko-dev.git
0b2ecfd134
Bug 1307016 attempted to address issues with output not being ascii and thus being incompatible with terminals on test machines. However my changes in that bug introduced two issues: - They introduced a bug where field names were being read from an incorrect source. - They attempted to construct a string internally then converted that string to ascii replacing non-ascii chars. This is an issue as in python 2 strings are implicitly ascii, so the initial conversion to a string would fail if the underlying object couldn't be represented as ascii. Both of these issues are addressed here. The first by fixing the bad source in the code, the second by converting to unicode for the intermediate representation. MozReview-Commit-ID: HC6Fd9TLRe2 --HG-- extra : rebase_source : bb7493b9074baa0273fb4110465f8bd13477f1d6 |
||
---|---|---|
.. | ||
docs | ||
external_media_harness | ||
external_media_tests | ||
MANIFEST.in | ||
README.md | ||
mach_commands.py | ||
requirements-docs.txt | ||
requirements.txt | ||
setup.py |
README.md
external-media-tests
Documentation for this library has moved to https://developer.mozilla.org/en-US/docs/Mozilla/QA/external-media-tests.