Commit 318d3b716a148f3f0624d8aefcf6a98daa6e1536
1 parent
9ef73692
unittest: move test data reader to util dir
With this change we replace the relative import. Also use with-statement to open test file, so file is always closed after reading (python3 unittest issued a warning).
Showing
3 changed files
with
9 additions
and
7 deletions
tests/rtfobj/test_issue_185.py
tests/test_utils/testdata_reader.py
0 → 100644