dictation-toolbox/natlinkcore

testing issue readwritefile.py

quintijn opened this issue · 2 comments

The testing of readwritefile (test_readwritefile.py) fails at a reraise of UnicodeEncodeError, which should happen in a very rare case. I cannot grasp why the reraise give this TypeError. Doug?

Also running the test multiple times gives some error...

Oh, I commented out the reraise lines, falling back to the standard UnicodeEncodeError, which gives too little information. So now the tests run. (See TODO Doug or Quintijn in readwritefile.py

Ohhh working in de fork of dougransom, and in branch readwritefile