Migrate to version 3.8

This commit is contained in:
Sergi Almacellas Abellana 2016-04-12 13:36:29 +02:00
parent df4a6b2d7c
commit 5b20d62d66
2 changed files with 4 additions and 18 deletions

View File

@ -3,28 +3,14 @@
# copyright notices and license terms.
import unittest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import test_view, test_depends
from trytond.tests.test_tryton import ModuleTestCase
class TestCase(unittest.TestCase):
class TestCase(ModuleTestCase):
'''
Test module.
'''
def setUp(self):
trytond.tests.test_tryton.install_module('product_images')
def test0005views(self):
'''
Test views.
'''
test_view('product_images')
def test0006depends(self):
'''
Test depends.
'''
test_depends()
module = 'product_images'
def suite():

View File

@ -1,5 +1,5 @@
[tryton]
version=3.4.0
version=3.8.0
depends:
ir
product