zulip/frontend_tests
Eklavya Sharma e0dbaf1031 Use universal_newlines=True in subprocess.check_output.
In python 3, subprocess uses bytes for input and output if
universal_newlines=False (the default).  It uses str for input and
output if universal_newlines=True.

Since we mostly deal with strings, add universal_newlines=True to
subprocess.check_output.
2016-07-26 12:06:41 -07:00
..
casper_lib Move test_credentials.js to var/casper. 2016-07-25 14:39:23 -07:00
casper_tests Move test_credentials.js to var/casper. 2016-07-25 14:39:23 -07:00
casperjs Use universal_newlines=True in subprocess.check_output. 2016-07-26 12:06:41 -07:00
node_tests node tests: Move .test-js-with-node.html to var/." 2016-07-20 18:23:56 -07:00
run-casper frontend_tests/run-casper: Move server.log to var/casper. 2016-07-25 14:39:16 -07:00