We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d59a69 commit 61ba9d7Copy full SHA for 61ba9d7
app/tests/test_read_docs.py
@@ -3,7 +3,7 @@
3
4
def test_read_docx():
5
file_processor = FileProcessor()
6
- with open("data/input/test.docx", "rb") as file:
+ with open("data/input/fanatyk.docx", "rb") as file:
7
file_processor.file = file
8
file_processor.file_type = ".txt"
9
content = file_processor._read_docx
data/input/fanatyk.docx
18.3 KB
0 commit comments