##// END OF EJS Templates
run-tests: avoid os.getcwdb() on Windows...
run-tests: avoid os.getcwdb() on Windows Any call to this issues a DeprecationWarning about the Windows bytes API being deprecated. There are a handful of these calls in core, but test-run-tests.t was littered with these, as it's printed everytime run-tests.py is launched. I'm not sure what the long term strategy for Unicode on Windows in the test runner is, but this seems no worse than the current conversion strategy.

File last commit:

r37642:33db69b6 default
r39754:ac326850 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer