Cleanup tests

This commit is contained in:
jmartin 2014-11-07 14:31:17 +01:00
parent f6498e8275
commit 5898b1877a
2 changed files with 6 additions and 9 deletions

View file

@ -0,0 +1,3 @@
Version 3.4.0 - 2014-11-05

View file

@ -8,24 +8,18 @@ import unittest
class ProductPriceListManufacturerTestCase(unittest.TestCase):
'''
Test Product Price List Manufacturer module.
'''
'Test Product Price List Manufacturer module'
def setUp(self):
trytond.tests.test_tryton.install_module(
'product_price_list_manufacturer')
def test0005views(self):
'''
Test views.
'''
'Test views'
test_view('product_price_list_manufacturer')
def test0006depends(self):
'''
Test depends.
'''
'Test depends'
test_depends()