mirror of
https://github.com/NaN-tic/trytond-account_payment_es_csb_19.git
synced 2023-12-13 21:00:17 +01:00
Test views
This commit is contained in:
parent
514fc29a8e
commit
9353c3407c
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue