You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are compression errors for windows when testing the plaintext.PlaintextFixtureclass that are not reproduced in linux/darwin. Currently the docstrings for these processes skip windows. The methods affected include
.plaintext_paths_to_dicts()
.PlaintextFixture.export_to_json_fixtures()
There are some tests to address aspects of this in tests/test_plaintext.py
The text was updated successfully, but these errors were encountered:
griff-rees
changed the title
Character encoding error with plaintext in Windows
Compression errors with plaintext on windowsSep 5, 2023
There are compression errors for
windows
when testing theplaintext.PlaintextFixture
class
that are not reproduced inlinux
/darwin
. Currently thedocstrings
for these processes skipwindows
. The methods affected include.plaintext_paths_to_dicts()
.PlaintextFixture.export_to_json_fixtures()
There are some tests to address aspects of this in
tests/test_plaintext.py
The text was updated successfully, but these errors were encountered: