Update tests

This commit is contained in:
hugokernel 2017-06-09 10:08:21 +02:00
parent 546dc55077
commit 6f89e33d4f
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
'''
Created : 2015-03-12
@author: Eric Lapouyade
'''
from docxtpl import DocxTemplate
tpl=DocxTemplate('test_files/header_footer_entities_tpl.docx')
context = {
'title' : 'Header and footer test',
}
tpl.render(context)
tpl.save('test_files/header_footer_entities.docx')

Binary file not shown.

Binary file not shown.