Closed jashnani closed 6 years ago
tox
in python 2.7.latest, payloads were getting printed in non-ascii characters/symbols
Fixing payload print issue for python27 and improving it for python34.
Making sent and receive print lines consistent so we can compare them easily.
Coverage increased (+0.03%) to 67.708% when pulling f93982c7d06165b7ab195047d60e75d8376012b7 on jashnani:payloadPrintIssue into 8505c46e0f868417addc4bea519f7fa6469ea9ea on ni:master.
My test machine has 2.7 and raises the same error as the CI. You can use for debugging if you want.
- []New tests have been created for any new features or regression tests for bugfixes.tox
successfully runs, including unit tests and style checks (see CONTRIBUTING.md).in python 2.7.latest, payloads were getting printed in non-ascii characters/symbols
Fixing payload print issue for python27 and improving it for python34.
Making sent and receive print lines consistent so we can compare them easily.