dictation-toolbox / natlinkcore

Other
4 stars 4 forks source link

testing issue readwritefile.py #61

Open quintijn opened 9 months ago

quintijn commented 9 months ago

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...

quintijn commented 9 months ago

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

quintijn commented 9 months ago

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