[UPD] build environment

pull/680/head
Holger Brunn 2017-07-18 09:38:56 +02:00 committed by bosd
parent 96458f5522
commit a09a36ce70
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# © 2016 Therp BV <http://therp.nl> # © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp.tests.common import TransactionCase from PIL import Image
from openerp.tests.common import HttpCase
class TestReportQwebPdfWatermark(TransactionCase): class TestReportQwebPdfWatermark(HttpCase):
def test_report_qweb_pdf_watermark(self): def test_report_qweb_pdf_watermark(self):
Image.init()
# with our image, we have three # with our image, we have three
self._test_report_images(3) self._test_report_images(3)