Skip to content

Commit d374e42

Browse files
committed
Ammend tests to also test link replacement
1 parent eb310ff commit d374e42

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Testing
2+
/test/hello2.docx
3+
14
# Mac / IDE
25
.DS_Store
36
.idea

test/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def manual_test():
66
doc = Document("test/hello.docx")
77

8-
docx_replace(doc, name="Ivan Bicalho")
8+
docx_replace(doc, name="Ivan Bicalho", github_name="ivanbicalho")
99
docx_blocks(doc, block=True)
1010
docx_remove_table(doc, 0)
1111

test/hello.docx

-4.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)