For some reason, when comparing the repr in the two processes, we get different results on OS X and Windows: - expected: "fünf" - "f\xfcnf" coming back from the subprocess on OS X - "fnf" on Windows Instead we're comparing the json dump now, which should be more predictable. |
||
---|---|---|
.. | ||
helpers | ||
html | ||
integration | ||
unit | ||
conftest.py | ||
test_conftest.py |