Test views

This commit is contained in:
resteve 2015-11-29 11:50:27 +01:00
parent 514fc29a8e
commit 9353c3407c

View file

@ -13,6 +13,10 @@ class AccountPaymentEsCSB19TestCase(unittest.TestCase):
def setUp(self):
trytond.tests.test_tryton.install_module('account_payment_es_csb_19')
def test0005views(self):
'Test views'
test_view('account_payment_es_csb_19')
def test0006depends(self):
'Test depends'
test_depends()