Stefan Sperling <s...@elego.de> writes: > Fair enough, but why not write a specific test for this instead of testing > it as a side effect of making the code of other tests harder to read?
The assumption is that translation only affects output to the user, not the internal behaviour of the commands. We have some translation tests based on that. To get full coverage of all the internal behaviour really requires that the tests can be run in a different locale. -- Philip